diff options
author | Dirk Langer | 2019-06-12 09:24:09 +0200 |
---|---|---|
committer | Dirk Langer | 2019-06-12 09:24:09 +0200 |
commit | 5ad433d08290fa2bf71c96c76a426f53cae40984 (patch) | |
tree | f9bae9da987d4f24198129d7a4fbef61f7e52465 /PKGBUILD | |
parent | 8e37b2bef93d3f59b04604194f679b7a31fe8b6f (diff) | |
download | aur-5ad433d08290fa2bf71c96c76a426f53cae40984.tar.gz |
rebuild for perl 5.30
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |