diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-22 11:27:44 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-22 11:27:44 -0300 |
commit | 1d38ad7b9672748a9eaf4b9811922af2a9525b0d (patch) | |
tree | bf885c1a3ad00dfdd2e1ca4cf6b8191534ac697d | |
parent | 6d98a2c711508ade8e20f3d3e80b76d9bbd0aa5b (diff) | |
download | aports-1d38ad7b9672748a9eaf4b9811922af2a9525b0d.tar.bz2 aports-1d38ad7b9672748a9eaf4b9811922af2a9525b0d.tar.xz |
testing/deluge: remove unnecessary py3-automat dependency
Only dependend by py3-twisted
-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 |