diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-11-14 00:42:36 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-11-16 18:07:30 +0000 |
commit | 06e67fda5a61e918cb6f4619e6de955a8fdedfce (patch) | |
tree | a94434dad0395f1be37c3cf25defe74fd4540069 /community | |
parent | aec19a59ca415ed07e6b50017dfd631126dce004 (diff) | |
download | aports-06e67fda5a61e918cb6f4619e6de955a8fdedfce.tar.bz2 aports-06e67fda5a61e918cb6f4619e6de955a8fdedfce.tar.xz |
community/perl-text-bibtex: upgrade to 0.85
Diffstat (limited to 'community')
-rw-r--r-- | community/perl-text-bibtex/APKBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/community/perl-text-bibtex/APKBUILD b/community/perl-text-bibtex/APKBUILD index 9e5810265c..0f6708f35a 100644 --- a/community/perl-text-bibtex/APKBUILD +++ b/community/perl-text-bibtex/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-text-bibtex _pkgreal=Text-BibTeX -pkgver=0.78 -pkgrel=2 +pkgver=0.85 +pkgrel=0 pkgdesc="Perl module for Text-BibTeX" url="http://search.cpan.org/dist/Text-BibTeX/" arch="all" @@ -19,13 +19,8 @@ builddir="$srcdir/$_pkgreal-$pkgver" prepare() { default_prepare - cd "$builddir" - if [ -e Build.PL ]; then - perl Build.PL installdirs=vendor || return 1 - else - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 - fi + perl Build.PL installdirs=vendor } build() { @@ -45,4 +40,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="b888e2273db40a104a1206462b172587140389aa69eb725db589f137a532b87958182bf31734f873bc5f1dec2f6bedc6ed93c0e40ed82c014a0aff3f573242b5 Text-BibTeX-0.78.tar.gz" +sha512sums="e9ed337bde11b26626fc43c03bead2be54c0724194e19b4f543923634533220bbd68588f6349892eba0e6df6d305a51350fe82cfcb6cd24ea154284e4819b841 Text-BibTeX-0.85.tar.gz" |