diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-03-17 12:33:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:17 +0700 |
commit | 151e23df0e22d5753dd25a5dbca54f78bc5984a6 (patch) | |
tree | c4fca0b7c410fe168aa6b0813e52da0dbe7ce579 /system | |
parent | 766ebf94ace967423f0ec80fc0e155ac24a0feaa (diff) | |
download | slackbuilds-151e23df0e22d5753dd25a5dbca54f78bc5984a6.tar.gz slackbuilds-151e23df0e22d5753dd25a5dbca54f78bc5984a6.tar.xz |
system/slpkg: Updated for version 4.6.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 3 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 6f6f0e9268..85c1ec2271 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.8} +VERSION=${VERSION:-4.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,6 +83,7 @@ python3 setup.py install --root=$PKG mkdir -p $PKG/usr/sbin cp bin/slpkg $PKG/usr/sbin/slpkg +cp bin/slpkg_new-configs $PKG/usr/sbin/slpkg_new-configs find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 8fb7a3e7ee..8718510e63 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="4.5.8" +VERSION="4.6.1" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.5.8/slpkg-4.5.8.tar.gz" -MD5SUM="9afd73eeefc8896a2ac0d124066562e6" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.6.1/slpkg-4.6.1.tar.gz" +MD5SUM="8f98a8f666f8772be205ce65214dd538" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SQLAlchemy python3-pythondialog python3-progress" |