summaryrefslogtreecommitdiffstats
path: root/system/slpkg/slpkg.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2023-04-07 20:40:22 +0200
committer Willy Sudiarto Raharjo2023-04-08 04:16:32 +0200
commit005dd6ed2a63e6b41d4c6b5d3f1675ca22a155ce (patch)
treef24b73bff1f4b6e634ae2b8e03d420c10fdf6bfe /system/slpkg/slpkg.SlackBuild
parented675998805e27789f1266a8f6583fbb306a529e (diff)
downloadslackbuilds-005dd6ed2a63e6b41d4c6b5d3f1675ca22a155ce.tar.gz
system/slpkg: Updated for version 4.7.6.
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.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 85c1ec2271..11cb7eb751 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.6.1}
+VERSION=${VERSION:-4.7.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -90,6 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/etc/slpkg
install -D -m0644 configs/slpkg.toml $PKG/etc/slpkg/slpkg.toml.new
+install -D -m0644 configs/repositories.toml $PKG/etc/slpkg/repositories.toml.new
install -D -m0644 configs/blacklist.toml $PKG/etc/slpkg/blacklist.toml.new
mkdir -p $PKG/var/lib/$PRGNAM/repositories/ponce