diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-09-14 13:14:47 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-15 19:36:34 +0700 |
commit | 7f8b0240cd8035bfcdbbd28b971962a8f7105f19 (patch) | |
tree | b20b7ea94a5b4c3ec9738c7822fa87a6675bd963 /desktop | |
parent | 1580b0804464fc152f180b85c2339f17f9f60358 (diff) |
desktop/mint-themes: Revert download source to Linux Mint's repository
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/mint-themes/mint-themes.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/mint-themes/mint-themes.info | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/mint-themes/mint-themes.SlackBuild b/desktop/mint-themes/mint-themes.SlackBuild index 892d148c9984..7a7c2818b0b8 100644 --- a/desktop/mint-themes/mint-themes.SlackBuild +++ b/desktop/mint-themes/mint-themes.SlackBuild @@ -47,9 +47,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $PRGNAM +tar xvf $CWD/$PRGNAM"_"$VERSION.tar.xz +cd $PRGNAM chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/desktop/mint-themes/mint-themes.info b/desktop/mint-themes/mint-themes.info index a2bdad7afba7..7f193eb0e114 100644 --- a/desktop/mint-themes/mint-themes.info +++ b/desktop/mint-themes/mint-themes.info @@ -1,8 +1,8 @@ PRGNAM="mint-themes" VERSION="2.1.8" HOMEPAGE="https://github.com/linuxmint/mint-themes" -DOWNLOAD="https://github.com/linuxmint/mint-themes/archive/2.1.8/mint-themes-2.1.8.tar.gz" -MD5SUM="939f0b3aac1222d1efde430142fe8572" +DOWNLOAD="http://packages.linuxmint.com/pool/main/m/mint-themes/mint-themes_2.1.8.tar.xz" +MD5SUM="94626381dd51109aabd93d01440e857c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-libsass" |