diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/deluge/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD index 7eadcd88b2..a8b87b0f9c 100644 --- a/testing/deluge/APKBUILD +++ b/testing/deluge/APKBUILD @@ -2,14 +2,15 @@ # Maintainer: August Klein <amatcoder@gmail.com> pkgname=deluge pkgver=1.3.15 -pkgrel=2 +pkgrel=3 pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client" url="https://deluge-torrent.org" arch="noarch" license="GPL-3.0" depends="libtorrent-rasterbar librsvg py-cffi py-chardet py-cryptography py-enum34 py-gtk py-mako py-openssl py-setuptools py-six py-twisted py-xdg - xdg-utils py-constantly py-incremental py-attrs py-service_identity" + xdg-utils py-constantly py-incremental py-attrs py-service_identity + py-automat" makedepends="intltool librsvg-dev py-gtk-dev py-mako py-setuptools" subpackages="$pkgname-lang $pkgname-doc" source="https://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.bz2" |
