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>
This commit is contained in:
Dimitris Zlatanidis 2024-03-28 18:10:12 +02:00 committed by Willy Sudiarto Raharjo
parent 7b62c3f12d
commit 54fe40cb9f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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"