summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-03-01 00:02:15 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-01 19:35:45 +0700
commitc46a9a436548696d9844af3795683ec510d3b33f (patch)
tree600bb2de96851a32d78fbf6f240a5b2be130ccf5 /desktop
parent4fdcda7f777a6cae756aeb496cf78c06e533bf7a (diff)
downloadslackbuilds-c46a9a436548696d9844af3795683ec510d3b33f.tar.gz
slackbuilds-c46a9a436548696d9844af3795683ec510d3b33f.tar.xz
desktop/rofi-pass: 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/rofi-pass/rofi-pass.SlackBuild2
-rw-r--r--desktop/rofi-pass/rofi-pass.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/rofi-pass/rofi-pass.SlackBuild b/desktop/rofi-pass/rofi-pass.SlackBuild
index 2e454fc174..8fcca6692a 100644
--- a/desktop/rofi-pass/rofi-pass.SlackBuild
+++ b/desktop/rofi-pass/rofi-pass.SlackBuild
@@ -50,7 +50,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/rofi-pass/rofi-pass.info b/desktop/rofi-pass/rofi-pass.info
index 7fef10a9e5..56f08d73f9 100644
--- a/desktop/rofi-pass/rofi-pass.info
+++ b/desktop/rofi-pass/rofi-pass.info
@@ -1,7 +1,7 @@
PRGNAM="rofi-pass"
VERSION="2.0.2"
HOMEPAGE="https://github.com/carnager/rofi-pass"
-DOWNLOAD="https://github.com/carnager/rofi-pass/archive/2.0.2.tar.gz"
+DOWNLOAD="https://github.com/carnager/rofi-pass/archive/2.0.2/rofi-pass-2.0.2.tar.gz"
MD5SUM="f32e96d186bbd32a84e43974628efb9d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""