summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Langer2019-06-12 09:30:08 +0200
committerDirk Langer2019-06-12 09:30:08 +0200
commit5797a9fe2f51fb23f505c8f1c27ec87895ed05e8 (patch)
tree04dabf20dfcb043972736b997b1e08107ba1f13b
parent7b46f728bbe6101c6c345384c1d6ee2c9e3c85eb (diff)
downloadaur-5797a9fe2f51fb23f505c8f1c27ec87895ed05e8.tar.gz
rebuild for perl 5.30
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d311906ab18..d0d8c64b9c07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-throwable-sugarfactory
pkgdesc = build a library of syntax-sugared Throwable-based exceptions
pkgver = 0.152700
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/Throwable-SugarFactory
arch = any
license = PerlArtistic
diff --git a/PKGBUILD b/PKGBUILD
index 0a79ec4341e2..41e558b958b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-throwable-sugarfactory'
pkgver='0.152700'
-pkgrel='1'
+pkgrel='2'
pkgdesc="build a library of syntax-sugared Throwable-based exceptions"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -31,7 +31,7 @@ build() {
check() {
cd "$srcdir/$_distdir"
- export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB="."
make test
}