aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/deluge/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD
index fda4e4c16a..bee14dc22d 100644
--- a/testing/deluge/APKBUILD
+++ b/testing/deluge/APKBUILD
@@ -1,12 +1,14 @@
# Contributor: August Klein <amatcoder@gmail.com>
+# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=deluge
pkgver=2.0.3
-pkgrel=3
+pkgrel=4
pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client"
url="https://deluge-torrent.org/"
arch="noarch"
license="GPL-3.0-or-later"
+options="!check" # `setup.py check` run no test
depends="
py3-setuptools
py3-twisted
@@ -22,11 +24,12 @@ depends="
py3-asn1
py3-markupsafe
py3-service_identity
- py3-hamcrest
+ py3-pyhamcrest
py3-hyperlink
py3-libtorrent-rasterbar
py3-gobject3
py3-cairo
+ py3-wheel
"
subpackages="$pkgname-doc"
source="http://download.deluge-torrent.org/source/${pkgver%.*}/deluge-$pkgver.tar.xz"