summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDirk Langer2019-06-12 09:24:09 +0200
committerDirk Langer2019-06-12 09:24:09 +0200
commit5ad433d08290fa2bf71c96c76a426f53cae40984 (patch)
treef9bae9da987d4f24198129d7a4fbef61f7e52465 /PKGBUILD
parent8e37b2bef93d3f59b04604194f679b7a31fe8b6f (diff)
downloadaur-5ad433d08290fa2bf71c96c76a426f53cae40984.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 8ea3b2fed09f..487feed246f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='perl-search-elasticsearch'
_pkgname='Search-Elasticsearch'
pkgver='6.00'
-pkgrel='1'
+pkgrel='2'
pkgdesc="The official client for Elasticsearch"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -32,7 +32,7 @@ build() {
check() {
cd "$srcdir/$_distdir"
- export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB="."
make test
}