diff options
-rw-r--r-- | testing/deluge/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD index 254c41c835..cbcb4e1fb2 100644 --- a/testing/deluge/APKBUILD +++ b/testing/deluge/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: August Klein <amatcoder@gmail.com> pkgname=deluge pkgver=2.0.3 -pkgrel=0 +pkgrel=1 pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client" url="https://deluge-torrent.org/" arch="noarch" @@ -24,13 +24,11 @@ depends=" py3-service_identity py3-hamcrest py3-hyperlink - py3-automat py3-libtorrent-rasterbar py3-gobject3 " subpackages="$pkgname-doc" -source="http://download.deluge-torrent.org/source/${pkgver%.*}/$pkgname-$pkgver.tar.xz" - +source="http://download.deluge-torrent.org/source/${pkgver%.*}/deluge-$pkgver.tar.xz" replaces="$pkgname-lang" # Overwrite removed subpackage |