summaryrefslogtreecommitdiffstats
path: root/python/tzlocal/tzlocal.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-04-11 06:56:56 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-12 10:06:48 +0700
commite5c4592d4b167af57a9fc36b1e88a68c9a1be695 (patch)
tree62f4d52e9cce3264ed82b064d6e2f870feab0cd1 /python/tzlocal/tzlocal.SlackBuild
parent20a7dcdafd5e2443b91c2c8b237c675b54d2fe7f (diff)
downloadslackbuilds-e5c4592d4b167af57a9fc36b1e88a68c9a1be695.tar.gz
slackbuilds-e5c4592d4b167af57a9fc36b1e88a68c9a1be695.tar.xz
python/tzlocal: Updated for version 1.1.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/tzlocal/tzlocal.SlackBuild')
-rw-r--r--python/tzlocal/tzlocal.SlackBuild6
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 . \