Skip to content
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
10 changes: 5 additions & 5 deletions system/sbozyp/sbozyp.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=sbozyp
DISTNAM=App-$PRGNAM
VERSION=${VERSION:-1.3.4}
VERSION=${VERSION:-1.4.0}
ARCH=${ARCH:-noarch}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
Expand Down Expand Up @@ -73,7 +73,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changes LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changes CONTRIBUTORS LICENSE $PKG/usr/doc/$PRGNAM-$VERSION

PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKGDOC
Expand All @@ -84,13 +84,13 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh

mkdir -p $PKG/etc/sbozyp
cp -a configs/sbozyp.conf $PKG/etc/sbozyp/sbozyp.conf.new
cp -a package/sbozyp.conf $PKG/etc/sbozyp/sbozyp.conf.new

mkdir -p $PKG/usr/share/bash-completion/completions
cp -a completions/sbozyp.bash $PKG/usr/share/bash-completion/completions/sbozyp
cp -a package/sbozyp.bash $PKG/usr/share/bash-completion/completions/sbozyp

mkdir -p $PKG/usr/share/zsh/site-functions
cp -a completions/sbozyp.zsh $PKG/usr/share/zsh/site-functions/_sbozyp
cp -a package/sbozyp.zsh $PKG/usr/share/zsh/site-functions/_sbozyp

find $PKG -depth -type d -empty -delete || true

Expand Down
6 changes: 3 additions & 3 deletions system/sbozyp/sbozyp.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="sbozyp"
VERSION="1.3.4"
VERSION="1.4.0"
HOMEPAGE="https://github.com/NicholasBHubbard/sbozyp"
DOWNLOAD="https://cpan.metacpan.org/authors/id/N/NH/NHUBBARD/App-sbozyp-1.3.4.tar.gz"
MD5SUM="e69dc69595dc1bb8d6f538817b4880f7"
DOWNLOAD="https://cpan.metacpan.org/authors/id/N/NH/NHUBBARD/App-sbozyp-1.4.0.tar.gz"
MD5SUM="5882a06fb39e8184c9c40189b5beb2ed"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down