summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDirk Langer2019-06-12 09:19:07 +0200
committerDirk Langer2019-06-12 09:19:07 +0200
commit26124fcc95208891a7cee7505b8170c5a94100ca (patch)
tree110198fb18fdc6a332b342fc6466743425d277b5 /PKGBUILD
parent517f6c0b83ce9f5a08a1120a9584667291084267 (diff)
downloadaur-26124fcc95208891a7cee7505b8170c5a94100ca.tar.gz
rebuild for perl 5.30
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89b5cf11de47..b14155e7974f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-moosex-methodattributes'
pkgver='0.31'
-pkgrel='2'
+pkgrel='3'
pkgdesc="code attribute introspection"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -14,7 +14,7 @@ source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-MethodAttribut
md5sums=('fa9202b179c438844c3bea2ca7ecfe9d')
build() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
PERL_AUTOINSTALL=--skipdeps \
PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
@@ -23,14 +23,12 @@ build() {
cd "${srcdir}/MooseX-MethodAttributes-$pkgver"
/usr/bin/perl Makefile.PL
make
- )
}
check() {
cd "${srcdir}/MooseX-MethodAttributes-$pkgver"
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- make test
- )
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB="."
+ make test
}
package() {