diff options
author | AmatCoder <amatcoder@gmail.com> | 2016-05-23 20:11:21 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-01 20:26:37 +0200 |
commit | e6a93067628ddaebc53c01a34632287aeb0f30c7 (patch) | |
tree | f4875159bf5ecaeb8eae56e1b95f6fe4c3c55e59 /testing/deluge/APKBUILD | |
parent | 759d4ff57352f891b00f6b073883b8d12a43b0cc (diff) | |
download | aports-e6a93067628ddaebc53c01a34632287aeb0f30c7.tar.bz2 aports-e6a93067628ddaebc53c01a34632287aeb0f30c7.tar.xz |
testing/libtorrent-rasterbar: downgrade to 1.0.9
Version 1.1.0 is not supported by deluge:
http://forum.deluge-torrent.org/viewtopic.php?f=7&t=53939
Diffstat (limited to 'testing/deluge/APKBUILD')
-rw-r--r-- | testing/deluge/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD index 67bd613896..b51fa520ee 100644 --- a/testing/deluge/APKBUILD +++ b/testing/deluge/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: August Klein <amatcoder@gmail.com> pkgname=deluge pkgver=1.3.12 -pkgrel=0 +pkgrel=1 pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client" url="http://deluge-torrent.org" arch="noarch" license="GPL3" -depends="libtorrent-rasterbar librsvg py-cffi py-chardet py-cryptography +depends="libtorrent-rasterbar<1.1.0 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" depends_dev="" |