desktop/Tela-icon-theme: Fix github tarball handling.
Use the download URL which matches the content-disposition. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b604004436
commit
d13a5dd3de
|
@ -25,7 +25,6 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM="Tela-icon-theme"
|
||||
SRCNAM="tela-icon-theme"
|
||||
SRCVER=${SRCVER:-2022-02-21}
|
||||
VERSION=${VERSION:-2022_02_21}
|
||||
BUILD=${BUILD:-1}
|
||||
|
@ -49,7 +48,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
||||
cd $PRGNAM-$SRCVER
|
||||
|
||||
chown -R root:root .
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="Tela-icon-theme"
|
||||
VERSION="2022_02_21"
|
||||
HOMEPAGE="https://www.pling.com/p/1279924"
|
||||
DOWNLOAD="https://github.com/vinceliuice/tela-icon-theme/archive/2022-02-21/tela-icon-theme-2022-02-21.tar.gz"
|
||||
DOWNLOAD="https://github.com/vinceliuice/Tela-icon-theme/archive/2022-02-21/Tela-icon-theme-2022-02-21.tar.gz"
|
||||
MD5SUM="e2db46e88bd6da7e312d27dd5333d3e1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue