summaryrefslogtreecommitdiffstats
path: root/python/python-requestbuilder/python-requestbuilder.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@iinet.net.au>2016-11-23 14:28:54 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-26 11:47:45 +0700
commit624fdfbea0f8d1373927c1ae0920b68aeafd8877 (patch)
tree49c1ef7f1f4598eaa02a38933e65c2ece3a2b772 /python/python-requestbuilder/python-requestbuilder.SlackBuild
parent8a458b12f518d859129828398a99e75b9057609a (diff)
downloadslackbuilds-624fdfbea0f8d1373927c1ae0920b68aeafd8877.tar.gz
slackbuilds-624fdfbea0f8d1373927c1ae0920b68aeafd8877.tar.xz
python/python-requestbuilder: Updated for version 0.7.0
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'python/python-requestbuilder/python-requestbuilder.SlackBuild')
-rw-r--r--python/python-requestbuilder/python-requestbuilder.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-requestbuilder/python-requestbuilder.SlackBuild b/python/python-requestbuilder/python-requestbuilder.SlackBuild
index 1487f7053d..ff4d8779cd 100644
--- a/python/python-requestbuilder/python-requestbuilder.SlackBuild
+++ b/python/python-requestbuilder/python-requestbuilder.SlackBuild
@@ -24,7 +24,7 @@
SRCNAM=requestbuilder
PRGNAM=python-requestbuilder
-VERSION=${VERSION:-0.5.2}
+VERSION=${VERSION:-0.7.0}
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/v$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+tar xf $CWD/$SRCNAM-$VERSION.tar.gz || tar xf $CWD/v$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \