summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-04-22 11:17:01 -0700
committerAndy Weidenbaum2016-04-22 11:17:01 -0700
commitffc8ac9c9e52ea1172cf08343a16fe5536e30a24 (patch)
tree5d6f73583dbf48e5882532c99416cbefcbebeeb3
parentdf33944a371bb26e700230d4d9293289d5a57d19 (diff)
downloadaur-ffc8ac9c9e52ea1172cf08343a16fe5536e30a24.tar.gz
update pkgver to 0.0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b04831c679fd..622fa0be035d 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:16:52 UTC 2016
pkgbase = perl6-json-class
pkgdesc = Role to provide simple serialisation/deserialisation of objects to/from JSON
- pkgver = 0.0.2
- pkgrel = 3
+ pkgver = 0.0.6
+ pkgrel = 1
url = https://github.com/jonathanstowe/JSON-Class
arch = any
groups = perl6
@@ -14,7 +14,7 @@ pkgbase = perl6-json-class
depends = perl6
depends = perl6-json-marshal
depends = perl6-json-unmarshal
- source = perl6-json-class-0.0.2::git+https://github.com/jonathanstowe/JSON-Class
+ source = perl6-json-class-0.0.6::git+https://github.com/jonathanstowe/JSON-Class
sha256sums = SKIP
pkgname = perl6-json-class
diff --git a/PKGBUILD b/PKGBUILD
index 53c760b29d18..0314615e5ad2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=perl6-json-class
-pkgver=0.0.2
-pkgrel=3
+pkgver=0.0.6
+pkgrel=1
pkgdesc="Role to provide simple serialisation/deserialisation of objects to/from JSON"
arch=('any')
depends=('perl6' 'perl6-json-marshal' 'perl6-json-unmarshal')