summaryrefslogtreecommitdiffstats
path: root/system/slpkg/slpkg.SlackBuild
diff options
context:
space:
mode:
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
commit54fe40cb9f29d1b4d4f64adb54fc3ca280e951e8 (patch)
tree27e003f76e7a7168832c19bcab7e72a85beb7718 /system/slpkg/slpkg.SlackBuild
parent7b62c3f12decbaf9a502696ae8178ab01d431599 (diff)
downloadslackbuilds-54fe40cb9f29d1b4d4f64adb54fc3ca280e951e8.tar.gz
slackbuilds-54fe40cb9f29d1b4d4f64adb54fc3ca280e951e8.tar.xz
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/slpkg.SlackBuild')
-rw-r--r--system/slpkg/slpkg.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index bf06f7f513..0dc7dfbab7 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