diff options
-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 baf52bbd28def..3089f4c6c0e97 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 a52c1a92721d5..86ad8dd639a5e 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" |