diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-12-02 12:18:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-03 11:46:50 +0700 |
commit | 91e97a8cbcbbca759d084417392b66bbcc1776ca (patch) | |
tree | 36731430333509c6913de346511e1cfa04f9b985 /system/slpkg | |
parent | d5be47488ebc008a79aafb3c10e7dadc8a15fcc3 (diff) |
system/slpkg: Updated for version 4.3.2.
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/doinst.sh | 4 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 6 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index 063dd5a80a889..bade992d9ad41 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -8,8 +8,8 @@ config() { fi } -config etc/slpkg/slpkg.yml.new -config etc/slpkg/blacklist.yml.new +config etc/slpkg/slpkg.toml.new +config etc/slpkg/blacklist.toml.new if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index fa27e5cf6037e..ad5276f98bb68 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.3.0} +VERSION=${VERSION:-4.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -88,8 +88,8 @@ 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 -install -D -m0644 configs/slpkg.yml $PKG/etc/slpkg/slpkg.yml.new -install -D -m0644 configs/blacklist.yml $PKG/etc/slpkg/blacklist.yml.new +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 cp man/slpkg.1 $PKG/usr/man/man1 diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 9bc5f282ee630..39b0523ebf5c4 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,10 +1,10 @@ PRGNAM="slpkg" -VERSION="4.3.0" +VERSION="4.3.2" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.3.0/slpkg-4.3.0.tar.gz" -MD5SUM="ab03d0543b74abfce92287db740394c4" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.3.2/slpkg-4.3.2.tar.gz" +MD5SUM="39870876ce355da480d41ae28c44d779" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="SQLAlchemy" +REQUIRES="SQLAlchemy python-toml" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |