mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
284953100d
commit
20780e9d99
2 changed files with 2 additions and 2 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue