desktop/dash-to-panel: Fix github tarball handling.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-09-04 21:31:16 +09:00 committed by Willy Sudiarto Raharjo
parent a2bdb759e6
commit 8d13286a18
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVER
tar xvf $CWD/v$SRCVER.tar.gz
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
cd $PRGNAM-$SRCVER
chown -R root:root .
find -L . \

View File

@ -1,7 +1,7 @@
PRGNAM="dash-to-panel"
VERSION="3.40"
HOMEPAGE="http://github.com/home-sweet-gnome/dash-to-panel"
DOWNLOAD="https://github.com/home-sweet-gnome/dash-to-panel/archive/refs/tags/v44.tar.gz"
DOWNLOAD="https://github.com/home-sweet-gnome/dash-to-panel/archive/v44/dash-to-panel-44.tar.gz"
MD5SUM="dbe21a7576770097f1045fb8c24b51c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""