summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4aea718b967..2e3e4f6d09bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon Aug 7 02:01:13 UTC 2017
pkgbase = perl6-json-fast
pkgdesc = A naive, fast json parser and serializer
- pkgver = 0.6
- pkgrel = 2
+ pkgver = 0.9.10
+ pkgrel = 1
url = https://github.com/timo/json_fast
arch = any
groups = perl6
@@ -11,7 +9,7 @@ pkgbase = perl6-json-fast
checkdepends = perl
makedepends = git
depends = perl6
- source = perl6-json-fast-0.6::git+https://github.com/timo/json_fast
+ source = perl6-json-fast-0.9.10::git+https://github.com/timo/json_fast
sha256sums = SKIP
pkgname = perl6-json-fast
diff --git a/PKGBUILD b/PKGBUILD
index 0e1c7ed48e58..e2ecfaeeb348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=perl6-json-fast
-pkgver=0.6
-pkgrel=2
+pkgver=0.9.10
+pkgrel=1
pkgdesc="A naive, fast json parser and serializer"
arch=('any')
depends=('perl6')
@@ -18,7 +18,7 @@ check() {
cd "$srcdir/$pkgname-$pkgver"
msg2 'Running tests...'
- PERL6LIB=lib prove -r -e perl6
+ PERL6LIB=lib prove -r -e perl6 t/
}
package() {