summaryrefslogtreecommitdiffstats
path: root/python/pymysql/pymysql.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali2016-07-28 02:28:30 +0200
committer Willy Sudiarto Raharjo2016-07-30 03:28:40 +0200
commit84a8aeb19b4ad792f337df9fca0236603d13d971 (patch)
tree304284417b4c17173af632fcb14419a48c23f4ce /python/pymysql/pymysql.SlackBuild
parent8a0cca0f733e2c8fcb89f6f9f3604ac03f05b3a7 (diff)
downloadslackbuilds-84a8aeb19b4ad792f337df9fca0236603d13d971.tar.gz
python/pymysql: Updated for version 0.7.5
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/pymysql/pymysql.SlackBuild')
-rw-r--r--python/pymysql/pymysql.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pymysql/pymysql.SlackBuild b/python/pymysql/pymysql.SlackBuild
index 2ee2a77421..550b264215 100644
--- a/python/pymysql/pymysql.SlackBuild
+++ b/python/pymysql/pymysql.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pymysql
-# Copyright 2014-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2014-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=pymysql
SRCNAM=PyMySQL
-VERSION=${VERSION:-0.6.7}
+VERSION=${VERSION:-0.7.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -47,7 +47,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.gz 2>/dev/null || tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \