Skip to content
Snippets Groups Projects
Commit 06e67fda authored by Francesco Colista's avatar Francesco Colista
Browse files

community/perl-text-bibtex: upgrade to 0.85

parent aec19a59
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-text-bibtex pkgname=perl-text-bibtex
_pkgreal=Text-BibTeX _pkgreal=Text-BibTeX
pkgver=0.78 pkgver=0.85
pkgrel=2 pkgrel=0
pkgdesc="Perl module for Text-BibTeX" pkgdesc="Perl module for Text-BibTeX"
url="http://search.cpan.org/dist/Text-BibTeX/" url="http://search.cpan.org/dist/Text-BibTeX/"
arch="all" arch="all"
...@@ -19,13 +19,8 @@ builddir="$srcdir/$_pkgreal-$pkgver" ...@@ -19,13 +19,8 @@ builddir="$srcdir/$_pkgreal-$pkgver"
prepare() { prepare() {
default_prepare default_prepare
cd "$builddir" cd "$builddir"
if [ -e Build.PL ]; then perl Build.PL installdirs=vendor
perl Build.PL installdirs=vendor || return 1
else
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
fi
} }
build() { build() {
...@@ -45,4 +40,4 @@ package() { ...@@ -45,4 +40,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment