diff --git a/system/sbotools/README b/system/sbotools/README index 925c91616a1..5b21c97b5d2 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 ec8a7966b20..566a87c4313 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.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,7 +73,7 @@ find -L . \ ) SCRIPTS="check clean config find install remove snap upgrade" -MANS="man1 man5" +MANS="man1 man3 man5" mkdir -p $PKG/usr/sbin \ $PKG/usr/share/zsh/site-functions \ diff --git a/system/sbotools/sbotools.info b/system/sbotools/sbotools.info index d968776a34b..0633b9d2247 100644 --- a/system/sbotools/sbotools.info +++ b/system/sbotools/sbotools.info @@ -1,8 +1,8 @@ PRGNAM="sbotools" -VERSION="3.1" +VERSION="3.2.1" 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.1.tar.gz" +MD5SUM="f1063148b2a67dd9b4bffb363c01aea9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/sbotools/slack-desc b/system/sbotools/slack-desc index ce5d8ab04ac..e62d9d9acbc 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