diff options
-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" |