python/google-images-download: Fix tarball handling.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-07-24 23:34:13 +12:00 committed by Willy Sudiarto Raharjo
parent 0e6a72f12a
commit 2c05ef877a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
unzip $CWD/$PRGNAM-$VERSION.zip
unzip $CWD/$PRGNAM-$FULLHASH.zip
mv $PRGNAM-$FULLHASH $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .

View file

@ -1,7 +1,7 @@
PRGNAM="google-images-download"
VERSION="620e7f5"
HOMEPAGE="https://github.com/hardikvasa/google-images-download"
DOWNLOAD="https://github.com/Joeclinton1/google-images-download/archive/620e7f5/google-images-download-620e7f5.zip"
DOWNLOAD="https://github.com/Joeclinton1/google-images-download/archive/620e7f54ea29631e5e7d8a2b82a16a40932bf42a/google-images-download-620e7f54ea29631e5e7d8a2b82a16a40932bf42a.zip"
MD5SUM="caaf076f33f1de7efa394927ced8259b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""