summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d353488bdeb4..3e4b2e42eb2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Dec 24 01:18:07 UTC 2015
pkgbase = perl6-json-tiny
pkgdesc = A tiny JSON parser and emitter for Perl 6 on Rakudo
pkgver = 0.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/moritz/json
arch = any
groups = perl6
diff --git a/PKGBUILD b/PKGBUILD
index 5950c167171a..bccb221e2aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl6-json-tiny
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="A tiny JSON parser and emitter for Perl 6 on Rakudo"
arch=('any')
depends=('rakudo')
@@ -18,7 +18,7 @@ check() {
cd "$srcdir/$pkgname-$pkgver"
msg2 'Running tests...'
- prove -r -e perl6
+ PERL6LIB=lib prove -r -e perl6
}
package() {