summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar
diff options
context:
space:
mode:
Diffstat (limited to 'libtorrent-rasterbar')
-rwxr-xr-xlibtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
index c807e1a1..652fb40c 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -68,6 +68,8 @@
# * Update to accompany qbittorrent 3.1,4.
# 0.16.15-1: 04/mar/2014 by Eric Hameleers <alien@slackware.com>
# * Update to accompany qbittorrent 3.1,9.
+# 0.16.17-1: 11/nov/2014 by Eric Hameleers <alien@slackware.com>
+# * Update to accompany qbittorrent 3.1,11.
#
# Run 'sh libtorrent-rasterbar.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -78,7 +80,7 @@
# Set initial variables:
PRGNAM=libtorrent-rasterbar
-VERSION=${VERSION:-0.16.15}
+VERSION=${VERSION:-0.16.17}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -127,7 +129,7 @@ case "$ARCH" in
;;
esac
-case "ARCH" in
+case "$ARCH" in
arm*) TARGET=$ARCH-slackware-linux-gnueabi ;;
*) TARGET=$ARCH-slackware-linux ;;
esac