summaryrefslogtreecommitdiffstats
path: root/system/slpkg
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2023-03-10 10:42:08 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:25 +0700
commit2b0d598719d05b0e5cc8a3de480f17dbe2c545f6 (patch)
tree4108b3fb9e30b498b86cca03d18c8cd3aa8fd85c /system/slpkg
parent3a67058853d1bc0f2a801c84d3d9d6801f6af675 (diff)
downloadslackbuilds-2b0d598719d05b0e5cc8a3de480f17dbe2c545f6.tar.gz
slackbuilds-2b0d598719d05b0e5cc8a3de480f17dbe2c545f6.tar.xz
system/slpkg: Updated for version 4.5.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slpkg')
-rw-r--r--system/slpkg/slpkg.SlackBuild5
-rw-r--r--system/slpkg/slpkg.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 95b66dc0a5..6f6f0e9268 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.5.5}
+VERSION=${VERSION:-4.5.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -91,6 +91,9 @@ mkdir -p $PKG/etc/slpkg
install -D -m0644 configs/slpkg.toml $PKG/etc/slpkg/slpkg.toml.new
install -D -m0644 configs/blacklist.toml $PKG/etc/slpkg/blacklist.toml.new
+mkdir -p $PKG/var/lib/$PRGNAM/repositories/ponce
+cp tools/gen_sbo_txt.sh $PKG/var/lib/$PRGNAM/repositories/ponce
+
mkdir -p $PKG/usr/man/man1 & mkdir -p $PKG/usr/man/fr/man1
cp man/slpkg.1 $PKG/usr/man/man1
cp man/slpkg-fr.1 $PKG/usr/man/fr/man1/slpkg.1
diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info
index 2b07326d4b..8fb7a3e7ee 100644
--- a/system/slpkg/slpkg.info
+++ b/system/slpkg/slpkg.info
@@ -1,8 +1,8 @@
PRGNAM="slpkg"
-VERSION="4.5.5"
+VERSION="4.5.8"
HOMEPAGE="https://dslackw.gitlab.io/slpkg"
-DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.5.5/slpkg-4.5.5.tar.gz"
-MD5SUM="e7f0212302f827ef72026ba96cf93c0f"
+DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.5.8/slpkg-4.5.8.tar.gz"
+MD5SUM="9afd73eeefc8896a2ac0d124066562e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SQLAlchemy python3-pythondialog python3-progress"