summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-09-04 21:31:16 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-10 15:19:12 +0700
commit8d13286a18beef4f2655eb771c3613280c1e0e30 (patch)
tree57b7aa7172a716035c075e253eb12fdf07d0a3ff /desktop
parenta2bdb759e6eb34139ea11545da9644eda259cf85 (diff)
downloadslackbuilds-8d13286a18beef4f2655eb771c3613280c1e0e30.tar.gz
slackbuilds-8d13286a18beef4f2655eb771c3613280c1e0e30.tar.xz
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>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/dash-to-panel/dash-to-panel.SlackBuild2
-rw-r--r--desktop/dash-to-panel/dash-to-panel.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/dash-to-panel/dash-to-panel.SlackBuild b/desktop/dash-to-panel/dash-to-panel.SlackBuild
index 65aa6b5a74..54ff2e89ab 100644
--- a/desktop/dash-to-panel/dash-to-panel.SlackBuild
+++ b/desktop/dash-to-panel/dash-to-panel.SlackBuild
@@ -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 . \
diff --git a/desktop/dash-to-panel/dash-to-panel.info b/desktop/dash-to-panel/dash-to-panel.info
index b03b4fde6d..77437758b1 100644
--- a/desktop/dash-to-panel/dash-to-panel.info
+++ b/desktop/dash-to-panel/dash-to-panel.info
@@ -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=""