diff options
Diffstat (limited to 'system/sbotools')
-rw-r--r-- | system/sbotools/sbotools.SlackBuild | 6 | ||||
-rw-r--r-- | system/sbotools/sbotools.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/sbotools/sbotools.SlackBuild b/system/sbotools/sbotools.SlackBuild index c1979ea66f..0b5d699a8b 100644 --- a/system/sbotools/sbotools.SlackBuild +++ b/system/sbotools/sbotools.SlackBuild @@ -5,7 +5,7 @@ # Licensed under the WTFPL <http://sam.zoy.org/wtfpl/COPYING> PRGNAM=sbotools -VERSION=${VERSION:-2.0} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,7 +34,7 @@ find -L . \ # we set INSTALLMAN3DIR=none to elide the Sort::Versions.3 man page so that we # don't clobber one from perl-Sort-Versions or Sort::Versions. ( cd SBO-Lib - perl Makefile.PL \ + perl Makefile.PL \ PREFIX=/usr \ INSTALLDIRS=site \ INSTALLVENDORMAN1DIR=/usr/man/man1 \ @@ -66,7 +66,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/SBO-Lib -cp -a SBO-Lib/{README,Changes} $PKG/usr/doc/$PRGNAM-$VERSION/SBO-Lib +cp -a SBO-Lib/README SBO-Lib/Changes $PKG/usr/doc/$PRGNAM-$VERSION/SBO-Lib cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/sbotools/sbotools.info b/system/sbotools/sbotools.info index 3502034183..68ff74d22f 100644 --- a/system/sbotools/sbotools.info +++ b/system/sbotools/sbotools.info @@ -1,8 +1,8 @@ PRGNAM="sbotools" -VERSION="2.0" +VERSION="2.1" HOMEPAGE="http://pink-mist.github.io/sbotools/" -DOWNLOAD="http://pink-mist.github.io/sbotools/downloads/sbotools-2.0.tar.gz" -MD5SUM="91ed8da28b8c72c3b7ddfbbd68eba872" +DOWNLOAD="http://pink-mist.github.io/sbotools/downloads/sbotools-2.1.tar.gz" +MD5SUM="6f7d18f1345e830c7cba4924344fc63b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |