diff options
-rw-r--r-- | python/tzlocal/tzlocal.SlackBuild | 6 | ||||
-rw-r--r-- | python/tzlocal/tzlocal.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/tzlocal/tzlocal.SlackBuild b/python/tzlocal/tzlocal.SlackBuild index 507d80be35d9..75d2ff99ae19 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 . \ diff --git a/python/tzlocal/tzlocal.info b/python/tzlocal/tzlocal.info index de3b0229ae30..6467be18c9e1 100644 --- a/python/tzlocal/tzlocal.info +++ b/python/tzlocal/tzlocal.info @@ -1,8 +1,8 @@ PRGNAM="tzlocal" -VERSION="1.1.2" +VERSION="1.1.3" HOMEPAGE="https://github.com/regebro/tzlocal" -DOWNLOAD="https://pypi.python.org/packages/source/t/tzlocal/tzlocal-1.1.2.zip" -MD5SUM="0ed82c55c4ab1463ffc74a792fda7e2b" +DOWNLOAD="https://pypi.python.org/packages/source/t/tzlocal/tzlocal-1.1.3.tar.gz" +MD5SUM="0e643c4b0e43ae72002562b816606ac4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pytz pysetuptools" |