aboutsummaryrefslogtreecommitdiff
path: root/system/slpkg/slpkg.SlackBuild
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2022-12-02 12:18:18 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-03 11:46:50 +0700
commit91e97a8cbcbbca759d084417392b66bbcc1776ca (patch)
tree36731430333509c6913de346511e1cfa04f9b985 /system/slpkg/slpkg.SlackBuild
parentd5be47488ebc008a79aafb3c10e7dadc8a15fcc3 (diff)
system/slpkg: Updated for version 4.3.2.
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.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index fa27e5cf6037e..ad5276f98bb68 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.3.0}
+VERSION=${VERSION:-4.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -88,8 +88,8 @@ 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
-install -D -m0644 configs/slpkg.yml $PKG/etc/slpkg/slpkg.yml.new
-install -D -m0644 configs/blacklist.yml $PKG/etc/slpkg/blacklist.yml.new
+install -D -m0644 configs/slpkg.toml $PKG/etc/slpkg/slpkg.toml.new
+install -D -m0644 configs/blacklist.toml $PKG/etc/slpkg/blacklist.toml.new
mkdir -p $PKG/usr/man/man1
cp man/slpkg.1 $PKG/usr/man/man1