summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDirk Langer2019-06-11 14:08:48 +0200
committerDirk Langer2019-06-11 14:08:48 +0200
commitd1e044805c34001ae3cd81f0ad5d0b1ac45874f2 (patch)
tree57192cdc677d11bb00665939df38642f02213269 /PKGBUILD
parent5142580ff2f3a47f98f6834d5e69442c0095f38a (diff)
downloadaur-d1e044805c34001ae3cd81f0ad5d0b1ac45874f2.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 05ead08a18e3..164abd707499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-string-trim'
pkgver='0.005'
-pkgrel='1'
+pkgrel='2'
pkgdesc='trim whitespace from your strings'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -30,7 +30,7 @@ build() {
check() {
cd "$srcdir/$_distdir"
- export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB="."
make test
}