From d13a5dd3de9deebb49103d435cb0fff5722dcc2a Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 17 Apr 2022 09:49:51 +1200 Subject: desktop/Tela-icon-theme: Fix github tarball handling. Use the download URL which matches the content-disposition. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild | 3 +-- desktop/Tela-icon-theme/Tela-icon-theme.info | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild b/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild index a3e1002c58..ca31f60c57 100644 --- a/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild +++ b/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild @@ -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 . diff --git a/desktop/Tela-icon-theme/Tela-icon-theme.info b/desktop/Tela-icon-theme/Tela-icon-theme.info index 26784a8c4e..b6478f42af 100644 --- a/desktop/Tela-icon-theme/Tela-icon-theme.info +++ b/desktop/Tela-icon-theme/Tela-icon-theme.info @@ -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="" -- cgit v1.2.3