diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-03-07 10:40:46 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-03-07 10:45:20 +0000 |
commit | f26fa41a714a5a9fd93b935d8350c6cdbd35b3cc (patch) | |
tree | 9e10de55bc9c761f09cb9cc778e2fce1e58c51f5 /main/perl-html-formattext-withlinks-andtables | |
parent | cb5b6bf1d3c789a3c0eb984889bddf9b353cbea7 (diff) | |
download | aports-f26fa41a714a5a9fd93b935d8350c6cdbd35b3cc.tar.bz2 aports-f26fa41a714a5a9fd93b935d8350c6cdbd35b3cc.tar.xz |
main/perl-html-formattext-withlinks-andtables: upgrade to 0.06
Diffstat (limited to 'main/perl-html-formattext-withlinks-andtables')
-rw-r--r-- | main/perl-html-formattext-withlinks-andtables/APKBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/main/perl-html-formattext-withlinks-andtables/APKBUILD b/main/perl-html-formattext-withlinks-andtables/APKBUILD index d8989b110b..40950ce3d4 100644 --- a/main/perl-html-formattext-withlinks-andtables/APKBUILD +++ b/main/perl-html-formattext-withlinks-andtables/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=perl-html-formattext-withlinks-andtables _pkgreal=HTML-FormatText-WithLinks-AndTables -pkgver=0.02 +pkgver=0.06 pkgrel=0 pkgdesc="Perl module for HTML-FormatText-WithLinks-AndTables" url="http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/" @@ -14,9 +14,9 @@ cpanmakedepends="" depends="$cpandepends perl-html-formattext-withlinks" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/S/SF/SFRYER/$_pkgreal-$pkgver.tar.gz" +source="http://search.cpan.org/CPAN/authors/id/D/DA/DALEEVANS/$_pkgreal-$pkgver.tar.gz" -_builddir="$srcdir/$_pkgreal" +_builddir="$srcdir/$_pkgreal-$pkgver" prepare() { cd "$_builddir" @@ -34,10 +34,10 @@ build() { package() { cd "$_builddir" - make DESTDIR="$pkgdir" install UNINST=1 + make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="804146aa9e49a5b1af4f63fecd9b0c28 HTML-FormatText-WithLinks-AndTables-0.02.tar.gz" -sha256sums="4e97159a8b8ab5ea0c417da2931221124dc0e1221a3307b270891d6f21852224 HTML-FormatText-WithLinks-AndTables-0.02.tar.gz" -sha512sums="905bb42cbdf9591418dcf738ee1aaa6b6e1d56c47aaf8c4194bb17b43745cc6d82a4eb65d74ad8c95531940ad67c539329b327d5385f88e80f0a879a6e10bba2 HTML-FormatText-WithLinks-AndTables-0.02.tar.gz" +md5sums="bd214ca080379cc09f0b2eef62bf3d0f HTML-FormatText-WithLinks-AndTables-0.06.tar.gz" +sha256sums="e5b23f0475fb81fd6fed688bb914295a39542b3e5b43c8517494226a52d868fa HTML-FormatText-WithLinks-AndTables-0.06.tar.gz" +sha512sums="c930fcc5919d20a67a00826aec11d1d2416a3ae145cf30acee98aa45bc64523858ba49907957c5772b4bedaa1e79ed7a0afef3101c29f913fcf983ce1dddd4c2 HTML-FormatText-WithLinks-AndTables-0.06.tar.gz" |