aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2023-01-27 20:39:26 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-28 08:23:11 +0700
commitf64618bd2229c4b5e97a6c22a750ea56f74edce3 (patch)
tree7e6ae49e28ddda9a7d7995a55ce9797c2991dc1c
parent743e3fdaa6ba1be8682445fc0c9c702504e4c0ca (diff)
system/slpkg: Updated for version 4.5.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/slpkg/slpkg.SlackBuild5
-rw-r--r--system/slpkg/slpkg.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 37bab5efd3206..40422d1e31959 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.1}
+VERSION=${VERSION:-4.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -91,8 +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/usr/man/man1
+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
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info
index 03128dd6c5cdd..6e8d354b7b90d 100644
--- a/system/slpkg/slpkg.info
+++ b/system/slpkg/slpkg.info
@@ -1,8 +1,8 @@
PRGNAM="slpkg"
-VERSION="4.5.1"
+VERSION="4.5.2"
HOMEPAGE="https://dslackw.gitlab.io/slpkg"
-DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.5.1/slpkg-4.5.1.tar.gz"
-MD5SUM="b7b74c8a513a75e46528d3b2cec070c8"
+DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.5.2/slpkg-4.5.2.tar.gz"
+MD5SUM="8c80b5cf6b2f51a26c36dfa071544f6b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SQLAlchemy python3-pythondialog python3-progress"