diff options
Diffstat (limited to 'python/tzlocal/tzlocal.SlackBuild')
-rw-r--r-- | python/tzlocal/tzlocal.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/tzlocal/tzlocal.SlackBuild b/python/tzlocal/tzlocal.SlackBuild index 507d80be35..75d2ff99ae 100644 --- a/python/tzlocal/tzlocal.SlackBuild +++ b/python/tzlocal/tzlocal.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tzlocal -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece # 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=tzlocal -VERSION=${VERSION:-1.1.2} +VERSION=${VERSION:-1.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -unzip $CWD/$PRGNAM-$VERSION.zip +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |