diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-03-13 06:49:10 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:12 +0700 |
commit | a3823751b322c3bc76a52309e381877385a754d4 (patch) | |
tree | 31f3712a0d510894a39972deef94f77458c66dbd /python/TatSu | |
parent | 96f17623e77e543109ca39d9473ae3c9377d7466 (diff) |
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>
Diffstat (limited to 'python/TatSu')
-rw-r--r-- | python/TatSu/TatSu.SlackBuild | 2 | ||||
-rw-r--r-- | python/TatSu/TatSu.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/TatSu/TatSu.SlackBuild b/python/TatSu/TatSu.SlackBuild index d7446ffbd2f29..f5d9b1f5f890e 100644 --- a/python/TatSu/TatSu.SlackBuild +++ b/python/TatSu/TatSu.SlackBuild @@ -70,7 +70,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/python/TatSu/TatSu.info b/python/TatSu/TatSu.info index 80c33461d9cc1..ecb16346c4474 100644 --- a/python/TatSu/TatSu.info +++ b/python/TatSu/TatSu.info @@ -1,7 +1,7 @@ PRGNAM="TatSu" VERSION="5.8.3" 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" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |