diff options
author | titopoquito <titopoquito@gmail.com> | 2017-07-04 10:20:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-08 07:11:25 +0700 |
commit | eb3ece5720c7889b8f2521025edc146c85d876b3 (patch) | |
tree | 9df1043670c8f7d6ee839329cbe0c10bfa30d523 /graphics/hugin/hugin.SlackBuild | |
parent | 14bb5e2ed8a3aa18283cafa83e017ff0c69bb062 (diff) |
graphics/hugin: Updated for version 2017.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/hugin/hugin.SlackBuild')
-rw-r--r-- | graphics/hugin/hugin.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/hugin/hugin.SlackBuild b/graphics/hugin/hugin.SlackBuild index a4347e6d9a851..bdc8e4343bb4a 100644 --- a/graphics/hugin/hugin.SlackBuild +++ b/graphics/hugin/hugin.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Hugin # # Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA -# Copyright 2011-2016 by titopoquito (titopoquito@gmail.com) +# Copyright 2011-2017 by titopoquito (titopoquito@gmail.com) # Thanks to Romain Dartigues for the help with the update to 2016.2.0 # All rights reserved. # @@ -25,7 +25,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hugin -VERSION=${VERSION:-2016.2.0} +VERSION=${VERSION:-2017.0.0} +SRCVER=${SRCVER:-2017.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +63,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$SRCVER.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . |