perl/perl-Text-Autoformat: Updated for version 1.74.

Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
Andreas Guldstrand 2017-03-30 00:25:00 +02:00 committed by Willy Sudiarto Raharjo
parent 5bcd055463
commit 23739e6bbe
2 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
SRCNAM=Text-Autoformat
PRGNAM=perl-$SRCNAM
VERSION=${VERSION:-1.669004}
VERSION=${VERSION:-1.74}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,7 +54,7 @@ find $PKG -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs r
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README Changes config.vim config.emacs $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README LICENSE Changes config.vim config.emacs $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="perl-Text-Autoformat"
VERSION="1.669004"
VERSION="1.74"
HOMEPAGE="https://metacpan.org/pod/Text::Autoformat"
DOWNLOAD="http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-1.669004.tar.gz"
MD5SUM="7a7881ca625fa71e551c1f43910f2865"
DOWNLOAD="https://cpan.metacpan.org/authors/id/N/NE/NEILB/Text-Autoformat-1.74.tar.gz"
MD5SUM="2c147571940dddec4974ca8cd5ddc57f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Text-Reform"
REQUIRES="perl-Text-Reform perl-Text-Tabs+Wrap"
MAINTAINER="Andreas Guldstrand"
EMAIL="andreas.guldstrand@gmail.com"