diff options
author | Mario Preksavec <mario@slackware.hr> | 2017-06-23 20:36:27 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-24 08:32:07 +0700 |
commit | 67641604a97c724e4a81997339720d4138e24993 (patch) | |
tree | 7f9983605ea721621c00765714f44bcb5c1a71cb /system/unrar/unrar.SlackBuild | |
parent | f3b7770f28dc983122fc0dc3c19a2d0bcc1bfc96 (diff) | |
download | slackbuilds-67641604a97c724e4a81997339720d4138e24993.tar.gz |
system/unrar: Updated for version 5.5.5.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/unrar/unrar.SlackBuild')
-rw-r--r-- | system/unrar/unrar.SlackBuild | 6 |
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" |