python/TatSu: 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-03-13 06:49:10 +09:00 committed by Willy Sudiarto Raharjo
parent 96f17623e7
commit a3823751b3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="TatSu" PRGNAM="TatSu"
VERSION="5.8.3" VERSION="5.8.3"
HOMEPAGE="https://github.com/neogeny/TatSu/" HOMEPAGE="https://github.com/neogeny/TatSu/"
DOWNLOAD="https://github.com/neogeny/TatSu/archive/v5.8.3/TatSu-v5.8.3.tar.gz" DOWNLOAD="https://github.com/neogeny/TatSu/archive/v5.8.3/TatSu-5.8.3.tar.gz"
MD5SUM="2ce8497606aa0a5deb9e712158990747" MD5SUM="2ce8497606aa0a5deb9e712158990747"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""