From 005dd6ed2a63e6b41d4c6b5d3f1675ca22a155ce Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 7 Apr 2023 21:40:22 +0300 Subject: system/slpkg: Updated for version 4.7.6. Signed-off-by: Dimitris Zlatanidis Signed-off-by: Willy Sudiarto Raharjo --- system/slpkg/doinst.sh | 1 + system/slpkg/slpkg.SlackBuild | 3 ++- system/slpkg/slpkg.info | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'system/slpkg') diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index bade992d9ad4..aefd7614b8bb 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -9,6 +9,7 @@ config() { } config etc/slpkg/slpkg.toml.new +config etc/slpkg/repositories.toml.new config etc/slpkg/blacklist.toml.new if [ -x /usr/bin/update-desktop-database ]; then diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 85c1ec2271c0..11cb7eb751a0 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 diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 8718510e6334..1b0dd50060d2 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="4.6.1" +VERSION="4.7.6" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.6.1/slpkg-4.6.1.tar.gz" -MD5SUM="8f98a8f666f8772be205ce65214dd538" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.7.6/slpkg-4.7.6.tar.gz" +MD5SUM="26577e39fa7f58d9fa24fa24d91d1012" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SQLAlchemy python3-pythondialog python3-progress" -- cgit v1.2.3