aboutsummaryrefslogtreecommitdiff
path: root/desktop/artix-backgrounds/artix-backgrounds.SlackBuild
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-01-15 01:54:40 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-15 17:02:56 +0700
commit853ae1325aad29d3132409c02a43ed38d0721c01 (patch)
tree7aa08ca5f158181c45a986e499e00dcb59e5700e /desktop/artix-backgrounds/artix-backgrounds.SlackBuild
parentc0657dff18e79830b02ea58313578f19c95116b1 (diff)
desktop/artix-backgrounds: Update for 2023.12
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/artix-backgrounds/artix-backgrounds.SlackBuild')
-rw-r--r--desktop/artix-backgrounds/artix-backgrounds.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop/artix-backgrounds/artix-backgrounds.SlackBuild b/desktop/artix-backgrounds/artix-backgrounds.SlackBuild
index 6ff594891a48..4249df74e9f6 100644
--- a/desktop/artix-backgrounds/artix-backgrounds.SlackBuild
+++ b/desktop/artix-backgrounds/artix-backgrounds.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for artix-backgrounds
-# Copyright 2022 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=artix-backgrounds
-VERSION=${VERSION:-0.8.6}
+VERSION=${VERSION:-2023.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -33,6 +33,8 @@ PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=artwork
ARCH=noarch
+COMMIT=${COMMIT:-ffe87aae26f9c8f29e991cf8eb875c642e995b3d}
+
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -62,7 +64,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM
-tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+tar xvf $CWD/$COMMIT.tar.gz || tar xvf $CWD/$SRCNAM-$COMMIT.tar.gz
cd $SRCNAM
chown -R root:root .
find -L . \