aboutsummaryrefslogtreecommitdiff
path: root/testing/deluge
diff options
context:
space:
mode:
authorAmatCoder <amatcoder@gmail.com>2016-05-23 20:11:21 +0000
committerJakub Jirutka <jakub@jirutka.cz>2016-06-01 20:26:37 +0200
commite6a93067628ddaebc53c01a34632287aeb0f30c7 (patch)
treef4875159bf5ecaeb8eae56e1b95f6fe4c3c55e59 /testing/deluge
parent759d4ff57352f891b00f6b073883b8d12a43b0cc (diff)
downloadalpine_aports-e6a93067628ddaebc53c01a34632287aeb0f30c7.tar.bz2
alpine_aports-e6a93067628ddaebc53c01a34632287aeb0f30c7.tar.xz
alpine_aports-e6a93067628ddaebc53c01a34632287aeb0f30c7.zip
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')
-rw-r--r--testing/deluge/APKBUILD4
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 @@
2# Maintainer: August Klein <amatcoder@gmail.com> 2# Maintainer: August Klein <amatcoder@gmail.com>
3pkgname=deluge 3pkgname=deluge
4pkgver=1.3.12 4pkgver=1.3.12
5pkgrel=0 5pkgrel=1
6pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client" 6pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client"
7url="http://deluge-torrent.org" 7url="http://deluge-torrent.org"
8arch="noarch" 8arch="noarch"
9license="GPL3" 9license="GPL3"
10depends="libtorrent-rasterbar librsvg py-cffi py-chardet py-cryptography 10depends="libtorrent-rasterbar<1.1.0 librsvg py-cffi py-chardet py-cryptography
11 py-enum34 py-gtk py-mako py-openssl py-setuptools py-six py-twisted 11 py-enum34 py-gtk py-mako py-openssl py-setuptools py-six py-twisted
12 py-xdg xdg-utils" 12 py-xdg xdg-utils"
13depends_dev="" 13depends_dev=""