aboutsummaryrefslogtreecommitdiff
path: root/desktop/SwayNotificationCenter
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-03-13 06:49:10 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-18 09:50:13 +0700
commit20780e9d990adfdbb25d7ea0e30669f693ac2618 (patch)
tree7b7069ffc4cbcdee020671a88b80615a6535cfb4 /desktop/SwayNotificationCenter
parent284953100de3bd2b26a192295fa8157b36c65f3e (diff)
desktop/SwayNotificationCenter: Fix github tarball handling.
https://slackbuilds.org/GITHUB_URLs.txt This avoids having differently named tarballs based on whether the client respects content disposition headers or not. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/SwayNotificationCenter')
-rw-r--r--desktop/SwayNotificationCenter/SwayNotificationCenter.SlackBuild2
-rw-r--r--desktop/SwayNotificationCenter/SwayNotificationCenter.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/SwayNotificationCenter/SwayNotificationCenter.SlackBuild b/desktop/SwayNotificationCenter/SwayNotificationCenter.SlackBuild
index 8357e8d9ba6c..dcb7598c31c0 100644
--- a/desktop/SwayNotificationCenter/SwayNotificationCenter.SlackBuild
+++ b/desktop/SwayNotificationCenter/SwayNotificationCenter.SlackBuild
@@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/v$VERSION.tar.?z
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/desktop/SwayNotificationCenter/SwayNotificationCenter.info b/desktop/SwayNotificationCenter/SwayNotificationCenter.info
index ed28d970b693..2660aeccb23f 100644
--- a/desktop/SwayNotificationCenter/SwayNotificationCenter.info
+++ b/desktop/SwayNotificationCenter/SwayNotificationCenter.info
@@ -1,7 +1,7 @@
PRGNAM="SwayNotificationCenter"
VERSION="0.7.3"
HOMEPAGE="https://github.com/ErikReider/SwayNotificationCenter"
-DOWNLOAD="https://github.com/ErikReider/SwayNotificationCenter/archive/refs/tags/v0.7.3.tar.gz"
+DOWNLOAD="https://github.com/ErikReider/SwayNotificationCenter/archive/v0.7.3/SwayNotificationCenter-0.7.3.tar.gz"
MD5SUM="f51bc4071191d0f5ee6b2a0e2e192108"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""