diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD index fe3b7dd50ee..5786a700c09 100644 --- a/testing/deluge/APKBUILD +++ b/testing/deluge/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: August Klein pkgname=deluge pkgver=1.3.15 -pkgrel=0 +pkgrel=1 pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client" url="http://deluge-torrent.org" arch="noarch" license="GPL-3.0" -depends="libtorrent-rasterbar<1.1.0 librsvg py-cffi py-chardet py-cryptography +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" makedepends="intltool librsvg-dev py-gtk-dev py-mako py-setuptools"