summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-01-23 07:51:40 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-23 07:51:40 +0000
commite865fbc3b9323cf4025cdef6058e96afb3e08cab (patch)
tree1463b731a03fe6bf3760dbe80009610190b035bc
parent06adf96dfcabe142c4cefdb4e2123974fdba3452 (diff)
downloadasb-e865fbc3b9323cf4025cdef6058e96afb3e08cab.tar.gz
asb-e865fbc3b9323cf4025cdef6058e96afb3e08cab.tar.xz
qbittorrent: update to 4.2.1
-rwxr-xr-xqbittorrent/build/qbittorrent.SlackBuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/qbittorrent/build/qbittorrent.SlackBuild b/qbittorrent/build/qbittorrent.SlackBuild
index bf9e0e8c..6c5abe5a 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -131,9 +131,11 @@
# * Fix the missing desktop file.
# 4.1.4-1: 16/dec/2018 by Eric Hameleers <alien@slackware.com>
# * Update.
-# 4.1.6-1: 25/may/2018 by Eric Hameleers <alien@slackware.com>
+# 4.1.6-1: 25/may/2019 by Eric Hameleers <alien@slackware.com>
# * Update.
-# 4.1.8-1: 28/oct/2018 by Eric Hameleers <alien@slackware.com>
+# 4.1.8-1: 28/oct/2019 by Eric Hameleers <alien@slackware.com>
+# * Update.
+# 4.2.1-1: 23/jan/2020 by Eric Hameleers <alien@slackware.com>
# * Update.
#
# Run 'sh qbittorrent.SlackBuild' to build a Slackware package.
@@ -147,7 +149,7 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-4.1.8}
+VERSION=${VERSION:-4.2.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -257,11 +259,6 @@ cd $TMP/tmp-$PRGNAM
echo "Extracting the source archive(s) for $PRGNAM..."
tar -xvf ${SOURCE[0]}
cd ${PRGNAM}-${VERSION}
-
-# Patch has been applied in upstream release:
-#cat $SRCDIR/patches/qbittorrent_desktop.patch | patch -p1 --verbose \
-# 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
-
chown -R root:root .
chmod -R u+w,go+r-w,a+X-s .