diff options
-rw-r--r-- | system/slpkg/README | 3 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 5 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/system/slpkg/README b/system/slpkg/README index 30b9293849..e8b20955a7 100644 --- a/system/slpkg/README +++ b/system/slpkg/README @@ -6,3 +6,6 @@ manual updates. The tool adheres to the standards of the slackbuilds.org organization for building packages and follows Slackware Linux's procedures for package installation, upgrades, and removal. + +Optional dependency: + python3-pythondialog alternatives for dependency and package management diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index a95869da06..49e9d86442 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-5.2.5} +VERSION=${VERSION:-5.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -101,8 +101,7 @@ 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a README.md ChangeLog.txt LICENSE requirements.txt repositories.txt \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.md ChangeLog.txt LICENSE repositories.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 2601cf0857..234c5adc07 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,10 +1,10 @@ PRGNAM="slpkg" -VERSION="5.2.5" +VERSION="5.3.0" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/5.2.5/slpkg-5.2.5.tar.gz" -MD5SUM="c86326e4b2b5ceef9c30e8cde595ad43" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/5.3.0/slpkg-5.3.0.tar.gz" +MD5SUM="c6cec2604558cb2473fbed01095bc3c0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-tomlkit python3-pythondialog" +REQUIRES="python3-tomlkit" MAINTAINER="Dimitris Zlatanidis" EMAIL="dslackw@gmail.com" |