summaryrefslogtreecommitdiffstats
path: root/qbittorrent
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-11-11 22:48:40 +0000
committer Eric Hameleers <alien@slackware.com>2014-11-11 22:48:40 +0000
commitfd29c781526042498a137a46e48168af7fcb797a (patch)
tree655347d319afa69f9244e50a01dc3d3f17cb8a0c /qbittorrent
parent32320b02338c6e27bd49300ecb14ccdd0f622077 (diff)
downloadasb-fd29c781526042498a137a46e48168af7fcb797a.tar.gz
asb-fd29c781526042498a137a46e48168af7fcb797a.tar.xz
Update to 3.1.11
Diffstat (limited to 'qbittorrent')
-rwxr-xr-xqbittorrent/build/qbittorrent.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/qbittorrent/build/qbittorrent.SlackBuild b/qbittorrent/build/qbittorrent.SlackBuild
index e57a6027..ff755b69 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -90,6 +90,8 @@
# * Update.
# 3.1.9.2-1: 15/may/2014 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.1.11-1: 11/nov/2014 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh qbittorrent.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -100,12 +102,12 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-3.1.9.2}
+VERSION=${VERSION:-3.1.11}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
-DOCS="AUTHORS Changelog NEWS TODO COPYING INSTALL README"
+DOCS="AUTHORS Changelog NEWS TODO COPYING INSTALL README*"
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)
@@ -149,7 +151,7 @@ case "$ARCH" in
;;
esac
-case "ARCH" in
+case "$ARCH" in
arm*) TARGET=$ARCH-slackware-linux-gnueabi ;;
*) TARGET=$ARCH-slackware-linux ;;
esac