summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-12-23 17:18:23 -0800
committerAndy Weidenbaum2015-12-23 17:18:23 -0800
commit763e20989a759edbd5117ff5a9e0061bde2bb783 (patch)
tree28a323b60a866ae6ab9988f48e86d1e2640d7186
parente9f211ab7076afca894b4b496af8d591d56b2ccf (diff)
downloadaur-763e20989a759edbd5117ff5a9e0061bde2bb783.tar.gz
increment pkgrel to 3; PERL6LIB
-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() {