diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-07-27 17:28:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:40 +0700 |
commit | 84a8aeb19b4ad792f337df9fca0236603d13d971 (patch) | |
tree | 304284417b4c17173af632fcb14419a48c23f4ce /python/pymysql/pymysql.SlackBuild | |
parent | 8a0cca0f733e2c8fcb89f6f9f3604ac03f05b3a7 (diff) |
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.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pymysql/pymysql.SlackBuild b/python/pymysql/pymysql.SlackBuild index 2ee2a774213b4..550b26421508b 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 . \ |