mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
0e6a72f12a
commit
2c05ef877a
2 changed files with 2 additions and 2 deletions
|
@ -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 .
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue