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:
parent
a2bdb759e6
commit
8d13286a18
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue