diff options
Diffstat (limited to 'python/python-configargparse/python-configargparse.SlackBuild')
-rw-r--r-- | python/python-configargparse/python-configargparse.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/python-configargparse/python-configargparse.SlackBuild b/python/python-configargparse/python-configargparse.SlackBuild index 8a1546e826434..e646ecbeceac4 100644 --- a/python/python-configargparse/python-configargparse.SlackBuild +++ b/python/python-configargparse/python-configargparse.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-configargparse -# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-configargparse SRCNAM=ConfigArgParse -VERSION=${VERSION:-0.11.0} +VERSION=${VERSION:-0.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,13 +55,13 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ |