summaryrefslogtreecommitdiffstats
path: root/network/qbittorrent/qbittorrent.SlackBuild
diff options
context:
space:
mode:
author David Woodfall2017-08-20 20:41:22 +0200
committer Willy Sudiarto Raharjo2017-08-26 02:19:30 +0200
commitcc92034d8bf5d5d57f55296ca8707cbacb2eab10 (patch)
tree9db257e65200310e2053a229e391220d555eca10 /network/qbittorrent/qbittorrent.SlackBuild
parent18d408de57ae359fcc4f0c12d4ab236390951d58 (diff)
downloadslackbuilds-cc92034d8bf5d5d57f55296ca8707cbacb2eab10.tar.gz
network/qbittorrent: Updated for version 3.3.15.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent/qbittorrent.SlackBuild')
-rw-r--r--network/qbittorrent/qbittorrent.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild
index 51f29d627b..3ba92edf39 100644
--- a/network/qbittorrent/qbittorrent.SlackBuild
+++ b/network/qbittorrent/qbittorrent.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qbittorrent
-VERSION=${VERSION:-3.2.5}
+VERSION=${VERSION:-3.3.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,7 +72,8 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
- --prefix=/usr
+ --prefix=/usr \
+ --with-qt4
make
make install INSTALL_ROOT=$PKG
@@ -82,6 +83,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --with-qt4 \
--disable-gui
make