summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2023-07-23 04:51:33 +0200
committer Willy Sudiarto Raharjo2023-07-29 03:13:29 +0200
commit99a576bf87146a0ef8b9b508625f0c0f73dbb6b6 (patch)
tree745817f89c9d907d9370813c394b1de5b56b34a7
parenta26ed0eea1290115f66642d4fefbe9b0c7704190 (diff)
downloadslackbuilds-99a576bf87146a0ef8b9b508625f0c0f73dbb6b6.tar.gz
desktop/variety: 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>
-rw-r--r--desktop/variety/variety.SlackBuild2
-rw-r--r--desktop/variety/variety.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/variety/variety.SlackBuild b/desktop/variety/variety.SlackBuild
index ffceaa32e9..df0062668d 100644
--- a/desktop/variety/variety.SlackBuild
+++ b/desktop/variety/variety.SlackBuild
@@ -55,7 +55,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
diff --git a/desktop/variety/variety.info b/desktop/variety/variety.info
index 40cac8f7cd..f0c4779fae 100644
--- a/desktop/variety/variety.info
+++ b/desktop/variety/variety.info
@@ -1,7 +1,7 @@
PRGNAM="variety"
VERSION="0.8.10"
HOMEPAGE="https://peterlevi.com/variety/"
-DOWNLOAD="https://github.com/varietywalls/variety/archive/refs/tags/0.8.10.tar.gz"
+DOWNLOAD="https://github.com/varietywalls/variety/archive/0.8.10/variety-0.8.10.tar.gz"
MD5SUM="eb931c5344ed3c352ecf0b9ab334ea95"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""