summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee0106886c59..bd5e40cd0657 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-text-simpletable-autowidth
pkgdesc = Simple eyecandy ASCII tables with auto-width selection
pkgver = 0.09
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/pod/Text::SimpleTable::AutoWidth
arch = any
license = PerlArtistic
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
}