mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
python/pymysql: Fix tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
fe7f3ece28
commit
27d3148e40
2 changed files with 2 additions and 2 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue