audio/gvolwheel: Fix github URL.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-04-02 16:18:46 -04:00 committed by Willy Sudiarto Raharjo
parent 94e5285247
commit 288b590fb3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 1 additions and 7 deletions

View file

@ -79,12 +79,6 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
# In case our source code gets downloaded as $VERSION.tar.gz, rename it.
if [ -f $CWD/$VERSION.tar.gz ]
then
mv $CWD/$VERSION.tar.gz $CWD/$PRGNAM-$VERSION.tar.gz
fi
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .

View file

@ -1,7 +1,7 @@
PRGNAM="gvolwheel"
VERSION="1.0.3"
HOMEPAGE="https://github.com/Junker/gvolwheel"
DOWNLOAD="https://github.com/Junker/gvolwheel/archive/refs/tags/1.0.3.tar.gz"
DOWNLOAD="https://github.com/Junker/gvolwheel/archive/1.0.3/gvolwheel-1.0.3.tar.gz"
MD5SUM="474594eb0b9c46008e213fc8b63345ad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""