python/pymysql: Fix tarball handling.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-08-02 19:04:28 +01:00
parent fe7f3ece28
commit 27d3148e40
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="pymysql"
VERSION="0.7.5"
HOMEPAGE="https://github.com/PyMySQL/PyMySQL"
DOWNLOAD="https://github.com/PyMySQL/PyMySQL/archive/0.7.5/pymysql-0.7.5.tar.gz"
DOWNLOAD="https://github.com/PyMySQL/PyMySQL/archive/0.7.5/PyMySQL-0.7.5.tar.gz"
MD5SUM="29bb1c5c5f85f16d69d1a4f999d67f79"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""