diff options
Diffstat (limited to 'development/staruml/staruml.SlackBuild')
-rw-r--r-- | development/staruml/staruml.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/staruml/staruml.SlackBuild b/development/staruml/staruml.SlackBuild index 62f8fec77368a..035f600880ca1 100644 --- a/development/staruml/staruml.SlackBuild +++ b/development/staruml/staruml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for StarUML -# Copyright 2016 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy +# Copyright 2017 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=staruml -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.8.0} +CRYPT_VERSION=${CRYPT_VERSION:-1.5.0-5+deb7u5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +72,7 @@ cd $PKG unxz -c ../data.tar.xz | tar xv cd $TMP -ar xvf $CWD/libgcrypt11_1.5.0-5+deb7u4_$DEBARCH.deb +ar xvf $CWD/libgcrypt11\_$CRYPT_VERSION\_$DEBARCH.deb cd $PKG tar xvf ../data.tar.gz |