summaryrefslogtreecommitdiffstats
path: root/system/unrar/unrar.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/unrar/unrar.SlackBuild')
-rw-r--r--system/unrar/unrar.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/unrar/unrar.SlackBuild b/system/unrar/unrar.SlackBuild
index 460fa81c16..70f3b9146a 100644
--- a/system/unrar/unrar.SlackBuild
+++ b/system/unrar/unrar.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for unrar
-# Copyright 2011, 2013, 2015, 2016 Mario Preksavec, Zagreb, Croatia
+# Copyright 2011, 2013, 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=unrar
-VERSION=${VERSION:-5.4.5}
+VERSION=${VERSION:-5.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -p1 < $CWD/unrar-5.0.13-soname.patch
+patch -p1 < $CWD/unrar-5.5.5-soname.patch
cp -a $TMP/$PRGNAM/ $TMP/libunrar
make -C $TMP/libunrar lib libversion=$VERSION CXXFLAGS="$SLKCFLAGS"