diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-03-28 18:10:12 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-30 09:39:46 +0700 |
commit | 54fe40cb9f29d1b4d4f64adb54fc3ca280e951e8 (patch) | |
tree | 27e003f76e7a7168832c19bcab7e72a85beb7718 /system/slpkg | |
parent | 7b62c3f12decbaf9a502696ae8178ab01d431599 (diff) |
system/slpkg: Updated for version 5.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slpkg')
-rw-r--r-- | system/slpkg/doinst.sh | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 4 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index ead18dfea40f6..ad7af35073c5a 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -8,7 +8,7 @@ config() { fi } -FILES="slpkg repositories blacklist rules" +FILES="slpkg repositories blacklist" for file in $FILES; do config etc/slpkg/$file.toml.new done diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index bf06f7f513124..0dc7dfbab7740 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-4.9.8} +VERSION=${VERSION:-5.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -92,7 +92,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/etc/slpkg -FILES="slpkg repositories blacklist rules" +FILES="slpkg repositories blacklist" for file in $FILES; do install -D -m0644 configs/$file.toml $PKG/etc/slpkg/$file.toml.new done diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 2afce9003d95e..62f7b3436bbfb 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,10 +1,10 @@ PRGNAM="slpkg" -VERSION="4.9.8" +VERSION="5.0.0" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.9.8/slpkg-4.9.8.tar.gz" -MD5SUM="9f9cf626d7246202886774c6cbc2cccf" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/5.0.0/slpkg-5.0.0.tar.gz" +MD5SUM="d6fcfa30c841c676af248102a3b6c81a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-build SQLAlchemy python3-pythondialog python3-progress" +REQUIRES="python3-build python3-pythondialog python3-progress" MAINTAINER="Dimitris Zlatanidis" EMAIL="dslackw@gmail.com" |