summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDirk Langer2019-06-12 09:32:00 +0200
committerDirk Langer2019-06-12 09:32:00 +0200
commita14632fe1beb290664793a675a660a76f95b24be (patch)
treec627f1c5c88d30765343dd02656a9ae2d1dd7679 /PKGBUILD
parent1e7b173b1b483c329fb4e904502effc5d8af33e9 (diff)
downloadaur-a14632fe1beb290664793a675a660a76f95b24be.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 50419362fc6b..43f9311562f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-text-simpletable-autowidth'
pkgver='0.09'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Simple eyecandy ASCII tables with auto-width selection"
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
}