aboutsummaryrefslogtreecommitdiffstats
path: root/testing/deluge
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-05-28 02:18:36 +0300
committerprspkt <prspkt@protonmail.com>2019-05-28 02:31:30 +0300
commitb911ba3c98d2f11988cc6fbb658c152ab94d71e0 (patch)
treeaceeacaeacac5b9754f94fb07e9fd9c49095d5f5 /testing/deluge
parent3a2643908dbb6475904f36ba6a5c54b649f277b4 (diff)
downloadaports-b911ba3c98d2f11988cc6fbb658c152ab94d71e0.tar.bz2
aports-b911ba3c98d2f11988cc6fbb658c152ab94d71e0.tar.xz
testing/deluge: fix source url
- Rebuild against py2-libtorrent-rasterbar. Fixes #10464
Diffstat (limited to 'testing/deluge')
-rw-r--r--testing/deluge/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD
index ad2fc4304d..59892901e8 100644
--- a/testing/deluge/APKBUILD
+++ b/testing/deluge/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=deluge
pkgver=1.3.15
-pkgrel=3
+pkgrel=4
pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client"
url="https://deluge-torrent.org"
arch="noarch"
@@ -13,7 +13,7 @@ depends="py2-libtorrent-rasterbar librsvg py-cffi py-chardet py-cryptography
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"
+source="http://download.deluge-torrent.org/source/deluge-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
@@ -33,4 +33,4 @@ lang() {
"$subpkgdir"/usr/lib/python2.7/site-packages/deluge/i18n/
}
-sha512sums="1d0f93a8c5081b807a390f79101d7f26751b0dfc47efe4c3573541014f9e5969461e2d421d17646c17fb81eb4f66f25f5ddce63b9bd226989adb7d7506146bda deluge-1.3.15.tar.bz2"
+sha512sums="0aa958184bdc24ea1cbd560ab1e496c6b44094cdafdd22fc4170b851d3255dc6756f8942522a35f90a9be4087e61d7e2656c87593aaa856dec54e39990ef9df0 deluge-1.3.15.tar.xz"