summaryrefslogtreecommitdiffstats
path: root/python/turses/turses.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/turses/turses.SlackBuild')
-rw-r--r--python/turses/turses.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/turses/turses.SlackBuild b/python/turses/turses.SlackBuild
index 51971e1141..efe23b2f39 100644
--- a/python/turses/turses.SlackBuild
+++ b/python/turses/turses.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for turses
-# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2012
+# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2013
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=turses
-VERSION=${VERSION:-0.2.7}
+VERSION=${VERSION:-20131105_7dfaef6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find . \