summaryrefslogtreecommitdiffstats
path: root/desktop/wmamixer
diff options
context:
space:
mode:
author Andrew Clemons2022-05-22 00:21:23 +0200
committer Willy Sudiarto Raharjo2022-05-28 04:11:27 +0200
commit81e71ed488cf53d73bab46f40205c459ed605fd6 (patch)
treef07e62f2743a4d78f603ad27c4c8c4901655accb /desktop/wmamixer
parentf63a22be6f6ee52166340b96ba4b41b3253904d1 (diff)
downloadslackbuilds-81e71ed488cf53d73bab46f40205c459ed605fd6.tar.gz
desktop/wmamixer: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/wmamixer')
-rw-r--r--desktop/wmamixer/wmamixer.SlackBuild2
-rw-r--r--desktop/wmamixer/wmamixer.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/wmamixer/wmamixer.SlackBuild b/desktop/wmamixer/wmamixer.SlackBuild
index 74e1180205..02b67f70c3 100644
--- a/desktop/wmamixer/wmamixer.SlackBuild
+++ b/desktop/wmamixer/wmamixer.SlackBuild
@@ -70,7 +70,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 .
find -L . \
diff --git a/desktop/wmamixer/wmamixer.info b/desktop/wmamixer/wmamixer.info
index 5bd221f643..03123f7735 100644
--- a/desktop/wmamixer/wmamixer.info
+++ b/desktop/wmamixer/wmamixer.info
@@ -1,7 +1,7 @@
PRGNAM="wmamixer"
VERSION="1.0"
HOMEPAGE="https://github.com/gryf/wmamixer"
-DOWNLOAD="https://github.com/gryf/wmamixer/archive/refs/tags/1.0.tar.gz"
+DOWNLOAD="https://github.com/gryf/wmamixer/archive/1.0/wmamixer-1.0.tar.gz"
MD5SUM="a7baf2a8f283e8c901dce1374a8122f6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""