Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system/sbotools: Updated for version 3.2.1. #9150

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions system/sbotools/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions system/sbotools/sbotools.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions system/sbotools/sbotools.info
Original file line number Diff line number Diff line change
@@ -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=""
Expand Down
2 changes: 1 addition & 1 deletion system/sbotools/slack-desc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down