desktop/cutefish-icons: Fix github tarball handling.

https://slackbuilds.org/GITHUB_URLs.txt

This avoids having differently named tarballs based on whether the
client respects content disposition headers or not.

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 2023-07-23 11:07:06 +09:00 committed by Willy Sudiarto Raharjo
parent 679ac65187
commit a26ed0eea1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
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 $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/icons-$VERSION.tar.gz
mv icons-$VERSION $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .

View File

@ -1,7 +1,7 @@
PRGNAM="cutefish-icons"
VERSION="0.8"
HOMEPAGE="https://github.com/cutefishos/icons"
DOWNLOAD="https://github.com/cutefishos/icons/archive/0.8/cutefish-icons-0.8.tar.gz"
DOWNLOAD="https://github.com/cutefishos/icons/archive/0.8/icons-0.8.tar.gz"
MD5SUM="6bd6fc3d4a9cac7d5853f60d2105e34b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""