summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16be36d10c1d..878f3782ce6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname='perl-parse-errorstring-perl'
pkgver='0.27'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Parse error messages from the perl interpreter"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl-class-xsaccessor>=0' 'perl-pod-pom>=0.27' 'perl>=5.8.7')
+depends=('perl-class-xsaccessor>=0' 'perl-pod-pom>=0.27' 'perl>=5.8.7' 'perl-pod-parser')
makedepends=()
checkdepends=('perl-test-differences>=0')
url='https://metacpan.org/release/Parse-ErrorString-Perl'
-source=('https://cpan.metacpan.org/authors/id/M/MA/MANWAR/Parse-ErrorString-Perl-0.27.tar.gz')
+source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/Parse-ErrorString-Perl-${pkgver}.tar.gz")
md5sums=('5e08c15773fde8e8f519a0fc4643e474')
sha512sums=('2111d3d130e7eeb754e11d6a20cd289be888fd384853d19000820363b8a2bb60f75db029cbf6646ec267ba5a9f25ddc596c335c41623cc07a82b12fce81a9800')
-_distdir="Parse-ErrorString-Perl-0.27"
+_distdir="Parse-ErrorString-Perl-$pkgver"
build() {
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \