summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-04-22 11:16:21 -0700
committerAndy Weidenbaum2016-04-22 11:16:21 -0700
commitdf93e619843bc76164db652bc8128a7bcec9aaa0 (patch)
tree0cb8a7d084ded587adbc1e2c7eb19cdc9227db4f
parent4b5abe7ab10333647e5de63a9ae7da60b24a2c45 (diff)
downloadaur-df93e619843bc76164db652bc8128a7bcec9aaa0.tar.gz
update pkgver to 0.0.8, perl6-json-fast
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd0a3a7a540c..877cd5e49f23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 05:21:00 UTC 2016
+# Fri Apr 22 18:15:49 UTC 2016
pkgbase = perl6-json-marshal
pkgdesc = Simple serialisation of objects to JSON
- pkgver = 0.0.3
- pkgrel = 2
+ pkgver = 0.0.8
+ pkgrel = 1
url = https://github.com/jonathanstowe/JSON-Marshal
arch = any
groups = perl6
@@ -12,9 +12,9 @@ pkgbase = perl6-json-marshal
makedepends = alacryd
makedepends = git
depends = perl6
+ depends = perl6-json-fast
depends = perl6-json-name
- depends = perl6-json-tiny
- source = perl6-json-marshal-0.0.3::git+https://github.com/jonathanstowe/JSON-Marshal
+ source = perl6-json-marshal-0.0.8::git+https://github.com/jonathanstowe/JSON-Marshal
sha256sums = SKIP
pkgname = perl6-json-marshal
diff --git a/PKGBUILD b/PKGBUILD
index 2a53e7bb42f2..1c0383055df8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=perl6-json-marshal
-pkgver=0.0.3
-pkgrel=2
+pkgver=0.0.8
+pkgrel=1
pkgdesc="Simple serialisation of objects to JSON"
arch=('any')
-depends=('perl6' 'perl6-json-name' 'perl6-json-tiny')
+depends=('perl6' 'perl6-json-fast' 'perl6-json-name')
checkdepends=('perl')
makedepends=('alacryd' 'git')
groups=('perl6')