summaryrefslogtreecommitdiffstats
path: root/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
diff options
context:
space:
mode:
author Donald Cooley2019-12-19 15:54:11 +0100
committer Willy Sudiarto Raharjo2019-12-19 15:54:54 +0100
commit1194a92dc1261fd210bd2fca987483eb6a2e6c6d (patch)
treedd64bd185b927756d5a468ad933b4c925963d8b5 /network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
parentf850588fbbb78881a450f9578818905ffaf01f0d (diff)
downloadslackbuilds-1194a92dc1261fd210bd2fca987483eb6a2e6c6d.tar.gz
network/qbittorrent-qt5: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild')
-rw-r--r--network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
index a898a52faf..d4539c55ef 100644
--- a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
+++ b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for qbittorrent-qt5
+# Copyright 2019 Donald Cooley South Haven, Indiana USA
# Copyright 2009-2010 David Woodfall <dave@dawoodfall.net>
# All rights reserved.
#
@@ -24,7 +25,7 @@
PRGNAM=qbittorrent-qt5
SRCNAM=qBittorrent
-VERSION=${VERSION:-4.1.5}
+VERSION=${VERSION:-4.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +72,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -std=c++14" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \