summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2016-11-24 09:16:27 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-26 11:47:24 +0700
commit4c05f42e6acc0bd797560fc4c5b15fba1c23f8bf (patch)
treecc117e82342bbd09f356a645c50ed20d62bbb767 /network
parent17f7cb82e777b977c299a4173321c749c5bf6858 (diff)
downloadslackbuilds-4c05f42e6acc0bd797560fc4c5b15fba1c23f8bf.tar.gz
slackbuilds-4c05f42e6acc0bd797560fc4c5b15fba1c23f8bf.tar.xz
network/qbittorrent: Updated for version 3.2.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/qbittorrent/qbittorrent.SlackBuild13
-rw-r--r--network/qbittorrent/qbittorrent.info6
2 files changed, 9 insertions, 10 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild
index 73a4f56275..51f29d627b 100644
--- a/network/qbittorrent/qbittorrent.SlackBuild
+++ b/network/qbittorrent/qbittorrent.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qbittorrent
-VERSION=${VERSION:-3.1.12}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.2.5}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -72,8 +72,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
- --prefix=/usr \
- --qtdir=/usr/lib${LIBDIRSUFFIX}/qt
+ --prefix=/usr
make
make install INSTALL_ROOT=$PKG
diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info
index e2b279e6a3..bfc2759580 100644
--- a/network/qbittorrent/qbittorrent.info
+++ b/network/qbittorrent/qbittorrent.info
@@ -1,8 +1,8 @@
PRGNAM="qbittorrent"
-VERSION="3.1.12"
+VERSION="3.2.5"
HOMEPAGE="http://qbittorrent.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-3.1.12.tar.xz"
-MD5SUM="98bd76996fbb85116b8afe69b65fd881"
+DOWNLOAD="http://downloads.sourceforge.net/project/qbittorrent/qbittorrent/qbittorrent-3.2.5/qbittorrent-3.2.5.tar.xz"
+MD5SUM="e5c62e31bb577ecd8478fd5d04915b03"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtorrent-rasterbar"