summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDirk Langer2019-06-12 09:20:02 +0200
committerDirk Langer2019-06-12 09:20:02 +0200
commit449e467c8fefc7046b7b8dee0af9555c28aa755d (patch)
tree8a0ba62c6750a434b1056091438d6735fe2f0bf1 /PKGBUILD
parent36f7d25546b8cf81b1fcd7e30287f4a88b06c466 (diff)
downloadaur-perl-mojolicious-plugin-i18n.tar.gz
rebuild for perl 5.30
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50d980284899..ac47d93121bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-mojolicious-plugin-i18n'
pkgver='1.6'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Internationalization Plugin for Mojolicious"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -34,7 +34,7 @@ build() {
check() {
cd "$srcdir/$_distdir"
- export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB="."
make test
}