diff options
author | Logan Rathbone <poprocks@gmail.com> | 2022-03-29 10:05:20 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:08 +0700 |
commit | 730b085251ebebbe1f3b13923b6fed0d069b23de (patch) | |
tree | 5fd7755d0cd4f6b3cff77a23652858b1963aa42b /network/deluge/deluge.info | |
parent | b558d13d826c723fa0e7b0bf19b6ea3bcce1ec36 (diff) | |
download | slackbuilds-730b085251ebebbe1f3b13923b6fed0d069b23de.tar.gz |
network/deluge: Update for 2.0.5
- Move to python3; update DEP accordingly.
- Add libtorrent-rasterbar as a DEP; it is technically "optional" but
the app only runs in "thin client mode" without it, so might as well
make it a hard dep for SBo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/deluge/deluge.info')
-rw-r--r-- | network/deluge/deluge.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/deluge/deluge.info b/network/deluge/deluge.info index 13d1ec5db9..da9f59bfec 100644 --- a/network/deluge/deluge.info +++ b/network/deluge/deluge.info @@ -1,10 +1,10 @@ PRGNAM="deluge" -VERSION="2.0.3" +VERSION="2.0.5" HOMEPAGE="https://www.deluge-torrent.org/" -DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-2.0.3.tar.xz" -MD5SUM="fbe784ebed006cd93c9a50f7c0530051" +DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-2.0.5.tar.xz" +MD5SUM="fe61433c7feecc44b899efac1a418908" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python2-MarkupSafe libtorrent-rasterbar pyOpenSSL python2-twisted rencode service_identity setproctitle wheel" +REQUIRES="rencode python3-twisted pyOpenSSL libtorrent-rasterbar" MAINTAINER="Logan Rathbone" EMAIL="poprocks@gmail.com" |