diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 23:34:13 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:04 +0700 |
commit | 2c05ef877a261f93e192c23e9ac3d3dc81591acc (patch) | |
tree | d250e6fc91beac6c0cc3fb02a1f1e909097075c0 | |
parent | 0e6a72f12a075e244121f892293d20e4c8c6202f (diff) |
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>
-rw-r--r-- | python/google-images-download/google-images-download.SlackBuild | 2 | ||||
-rw-r--r-- | python/google-images-download/google-images-download.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/google-images-download/google-images-download.SlackBuild b/python/google-images-download/google-images-download.SlackBuild index 2d130dce7ce9..f5d2571a1c16 100644 --- a/python/google-images-download/google-images-download.SlackBuild +++ b/python/google-images-download/google-images-download.SlackBuild @@ -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 . diff --git a/python/google-images-download/google-images-download.info b/python/google-images-download/google-images-download.info index 36573cc86dd8..7aeba2c696c7 100644 --- a/python/google-images-download/google-images-download.info +++ b/python/google-images-download/google-images-download.info @@ -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="" |