summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDirk Langer2019-06-11 14:01:45 +0200
committerDirk Langer2019-06-11 14:01:45 +0200
commit4a6af7bcceebe8b338230b6df601a87726594f3e (patch)
tree3eb716ee70b1daf7b4a42bac98c9990b6762fd67 /PKGBUILD
parentba0c731437b44bf1bcc7e9932a45ced54932bd9b (diff)
downloadaur-perl-uri-query.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 6243515db15f..f4166ca114b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-uri-query'
pkgver='0.16'
-pkgrel='1'
+pkgrel='2'
pkgdesc="class providing URI query string manipulation"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -35,7 +35,7 @@ build() {
check() {
cd "$srcdir/$_distdir"
- export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB="."
make test
}