diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-07-04 20:35:26 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:41:48 +0700 |
commit | a3c78e5a68db9cf1de06fe9647379fafb70d5d9c (patch) | |
tree | 899aa00bcb9332077a4c2ec184d1687ae88434e8 /python | |
parent | b46544391a203b4556446bfaaf9ebbc608b19e54 (diff) |
python/python3-uharfbuzz: 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')
-rw-r--r-- | python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-uharfbuzz/python3-uharfbuzz.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild b/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild index a37d8f38516e..ae0b5e757472 100644 --- a/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild +++ b/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild @@ -70,8 +70,8 @@ trap 'echo "$0 FAILED at line $LINENO!" | tee -a $OUTPUT/error-${PRGNAM}.log' E rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz tar xvf $CWD/$harfbuzz_src-$harfbuzz_ver.tar.gz cp -a $TMP/$harfbuzz_src-$harfbuzz_ver/src $TMP/$SRCNAM-$VERSION/harfbuzz/ diff --git a/python/python3-uharfbuzz/python3-uharfbuzz.info b/python/python3-uharfbuzz/python3-uharfbuzz.info index 10b3835318f4..621079009a9c 100644 --- a/python/python3-uharfbuzz/python3-uharfbuzz.info +++ b/python/python3-uharfbuzz/python3-uharfbuzz.info @@ -1,7 +1,7 @@ PRGNAM="python3-uharfbuzz" VERSION="0.20.0" HOMEPAGE="https://wwww.github.com/harfbuzz/uharfbuzz" -DOWNLOAD="https://github.com/harfbuzz/uharfbuzz/archive/v0.20.0/python3-uharfbuzz-0.20.0.tar.gz \ +DOWNLOAD="https://github.com/harfbuzz/uharfbuzz/archive/v0.20.0/uharfbuzz-0.20.0.tar.gz \ https://github.com/harfbuzz/harfbuzz/archive/3.2.0/harfbuzz-3.2.0.tar.gz" MD5SUM="c017c763389e3f8a5e108c3760c8f2ec \ 148168f3e8d3bb5b4ec1a13a50bb9155" |