summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Logan Rathbone2020-05-14 19:27:42 +0200
committer Willy Sudiarto Raharjo2020-05-14 19:27:42 +0200
commitdb8b6b1ab3e5c72893199bf1e008ca0928afed45 (patch)
treefc337a130921673030b77c5862fd53e16cfb9564 /network
parentf44ea2e0a4de72e6a08e128921033dc44819e6d5 (diff)
downloadslackbuilds-db8b6b1ab3e5c72893199bf1e008ca0928afed45.tar.gz
network/deluge: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/deluge/deluge.SlackBuild9
-rw-r--r--network/deluge/deluge.info2
2 files changed, 2 insertions, 9 deletions
diff --git a/network/deluge/deluge.SlackBuild b/network/deluge/deluge.SlackBuild
index fbac53a519..23b2f1a6a3 100644
--- a/network/deluge/deluge.SlackBuild
+++ b/network/deluge/deluge.SlackBuild
@@ -24,17 +24,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# CHANGELOG
-#
-# 20191118 Logan Rathbone <poprocks@gmail.com> 2.0.3-1
-# - Update for 2.0.3
-# - Additional dependencies: MarkupSafe, setproctitle, rencode,
-# service_identity
-#
PRGNAM=deluge
VERSION=${VERSION:-2.0.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/network/deluge/deluge.info b/network/deluge/deluge.info
index eaa430858e..0263717aa8 100644
--- a/network/deluge/deluge.info
+++ b/network/deluge/deluge.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-2.0.3.tar.xz"
MD5SUM="fbe784ebed006cd93c9a50f7c0530051"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="Mako MarkupSafe libtorrent-rasterbar pyOpenSSL python-chardet python-twisted pyxdg rencode service_identity setproctitle"
+REQUIRES="Mako MarkupSafe libtorrent-rasterbar pyOpenSSL python-chardet python-twisted pyxdg rencode service_identity setproctitle wheel"
MAINTAINER="Logan Rathbone"
EMAIL="poprocks@gmail.com"