diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-03-30 00:25:00 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:57:14 +0700 |
commit | 23739e6bbe661a1355529753d1cbc395abdc0efb (patch) | |
tree | 99c1a8a1dafddb7087802aab427b7474258e0a78 | |
parent | 5bcd055463c9cd238c52e5a16bcec810cfa71358 (diff) | |
download | slackbuilds-23739e6bbe661a1355529753d1cbc395abdc0efb.tar.gz |
perl/perl-Text-Autoformat: Updated for version 1.74.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
-rw-r--r-- | perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild | 4 | ||||
-rw-r--r-- | perl/perl-Text-Autoformat/perl-Text-Autoformat.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild b/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild index baf52bbd28..3089f4c6c0 100644 --- a/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild +++ b/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild @@ -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 diff --git a/perl/perl-Text-Autoformat/perl-Text-Autoformat.info b/perl/perl-Text-Autoformat/perl-Text-Autoformat.info index a52c1a9272..86ad8dd639 100644 --- a/perl/perl-Text-Autoformat/perl-Text-Autoformat.info +++ b/perl/perl-Text-Autoformat/perl-Text-Autoformat.info @@ -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" |