summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')