system/sbbdep: Updated for version 0.2.6.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Harald Achitz 2016-07-12 20:13:56 +02:00 committed by Willy Sudiarto Raharjo
parent ecd45b8a45
commit 8031d621de
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for sbbdep
# Copyright 2015 Harald Achitz Stockholm Sweden
# Copyright 2016 Harald Achitz Stockholm Sweden
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sbbdep
VERSION=${VERSION:-0.2.5}
VERSION=${VERSION:-0.2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -83,6 +83,9 @@ cd build
make install/strip DESTDIR=$PKG
cd ..
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
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="sbbdep"
VERSION="0.2.5"
VERSION="0.2.6"
HOMEPAGE="https://bitbucket.org/a4z/sbbdep"
DOWNLOAD="https://bitbucket.org/a4z/sbbdep/downloads/sbbdep-0.2.5.tar.gz"
MD5SUM="a6db7011aa3c39b43fc8182feb9fc96c"
DOWNLOAD="https://bitbucket.org/a4z/sbbdep/downloads/sbbdep-0.2.6.tar.gz"
MD5SUM="6100d5341ebdbf1f5898f3bd50753617"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""