mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/perl-text-bibtex: upgrade to 0.85
This commit is contained in:
parent
aec19a59ca
commit
06e67fda5a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user