diff options
-rw-r--r-- | system/sbotools/README | 5 | ||||
-rw-r--r-- | system/sbotools/sbotools.SlackBuild | 2 | ||||
-rw-r--r-- | system/sbotools/sbotools.info | 6 | ||||
-rw-r--r-- | system/sbotools/slack-desc | 2 |
4 files changed, 8 insertions, 7 deletions
diff --git a/system/sbotools/README b/system/sbotools/README index 925c91616a..5b21c97b5d 100644 --- a/system/sbotools/README +++ b/system/sbotools/README @@ -3,10 +3,11 @@ sbotools (ports-like interface to slackbuilds.org) sbotools is a set of Perl scripts providing a ports-like automation interface to slackbuilds.org. Features include dependency handling, using a custom git branch, generating 32-bit and compat32 builds on -multilib systems, reverse dependency search and more. +multilib systems, reverse dependency search, gpg verification and more. There is a man page for each included command. For 'executive -summaries' and online man pages, see the project's home page. +summaries' and online man pages, see the project's home page. The +SBO::LIB::* modules are documented in man 3. sbotools bundles the required Perl module Sort::Versions. This does not interfere with a copy installed from the CPAN or from diff --git a/system/sbotools/sbotools.SlackBuild b/system/sbotools/sbotools.SlackBuild index ec8a7966b2..46d82bf042 100644 --- a/system/sbotools/sbotools.SlackBuild +++ b/system/sbotools/sbotools.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbotools -VERSION=${VERSION:-3.1} +VERSION=${VERSION:-3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/sbotools/sbotools.info b/system/sbotools/sbotools.info index d968776a34..b4c6ae000f 100644 --- a/system/sbotools/sbotools.info +++ b/system/sbotools/sbotools.info @@ -1,8 +1,8 @@ PRGNAM="sbotools" -VERSION="3.1" +VERSION="3.2" HOMEPAGE="https://pghvlaans.github.io/sbotools/" -DOWNLOAD="https://pghvlaans.github.io/sbotools/downloads/sbotools-3.1.tar.gz" -MD5SUM="49222b05184c7e9e0a9d5c53e715e0bd" +DOWNLOAD="https://pghvlaans.github.io/sbotools/downloads/sbotools-3.2.tar.gz" +MD5SUM="3c17527099b6cb27ce3640d610b5ca95" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/sbotools/slack-desc b/system/sbotools/slack-desc index ce5d8ab04a..e62d9d9acb 100644 --- a/system/sbotools/slack-desc +++ b/system/sbotools/slack-desc @@ -11,7 +11,7 @@ sbotools: sbotools: sbotools is a set of Perl scripts providing a ports-like automation sbotools: interface to slackbuilds.org. Features include dependency handling, sbotools: using a custom git branch, generating 32-bit and compat32 builds on -sbotools: multilib systems, and more. +sbotools: multilib systems, gpg verification and more. sbotools: sbotools: Homepage: https://pghvlaans.github.io/sbotools/ sbotools: Original Author: Jacob Pipkin |