aboutsummaryrefslogtreecommitdiff
path: root/system/slpkg
diff options
context:
space:
mode:
Diffstat (limited to 'system/slpkg')
-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 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"