summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2024-03-28 18:10:12 +0200
committer Dimitris Zlatanidis <d.zlatanidis@gmail.com>2024-03-28 18:10:12 +0200
commita5a8f50e353827ac65149f94bb803bade81f4da8 (patch)
treea85c84b54f1c1f510dfee9aa01b343556c2c486a
parentecfbf772e938e6dfdc25bbce4ec902ad04952af9 (diff)
downloadslackbuilds-a5a8f50e353827ac65149f94bb803bade81f4da8.tar.gz
slackbuilds-a5a8f50e353827ac65149f94bb803bade81f4da8.tar.xz
system/slpkg: Updated for version 5.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--system/slpkg/doinst.sh2
-rw-r--r--system/slpkg/slpkg.SlackBuild4
-rw-r--r--system/slpkg/slpkg.info8
3 files changed, 7 insertions, 7 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh
index ead18dfea4..ad7af35073 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 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
diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info
index 2afce9003d..62f7b3436b 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"