diff --git a/desktop/artix-backgrounds/artix-backgrounds.SlackBuild b/desktop/artix-backgrounds/artix-backgrounds.SlackBuild index 6ff594891a..4249df74e9 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 +# Copyright 2022-2024 Isaac Yu # 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 . \ diff --git a/desktop/artix-backgrounds/artix-backgrounds.info b/desktop/artix-backgrounds/artix-backgrounds.info index b025a2ecdd..c5f618ef68 100644 --- a/desktop/artix-backgrounds/artix-backgrounds.info +++ b/desktop/artix-backgrounds/artix-backgrounds.info @@ -1,8 +1,8 @@ PRGNAM="artix-backgrounds" -VERSION="0.8.6" +VERSION="2023.12" HOMEPAGE="https://gitea.artixlinux.org/artix/artwork" -DOWNLOAD="https://gitea.artixlinux.org/artix/artwork/archive/0.8.6.tar.gz" -MD5SUM="39c839b079ac890b87e4c2b3e257b796" +DOWNLOAD="https://gitea.artixlinux.org/artix/artwork/archive/ffe87aae26f9c8f29e991cf8eb875c642e995b3d.tar.gz" +MD5SUM="e8e5a7ccf5ad2d1185bfefa1000a44d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""