summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-02-05 09:01:04 +0100
committerMartchus2020-02-05 09:01:04 +0100
commitd4f4992382cca7a7209282aa67025bda38f38b0c (patch)
treeae712c23b8613c2f437e62dd5549c1b066f19200
parent6cf35e383a51ac7ebac13cc8bcdd2ffdb0a72676 (diff)
downloadaur-d4f4992382cca7a7209282aa67025bda38f38b0c.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d3690ca5e67..33da35966cfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-reflective-rapidjson
pkgdesc = Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON (mingw-w64)
- pkgver = 0.0.11
+ pkgver = 0.0.12
pkgrel = 1
url = https://github.com/Martchus/reflective-rapidjson
arch = any
@@ -20,8 +20,8 @@ pkgbase = mingw-w64-reflective-rapidjson
options = staticlibs
options = !strip
options = !emptydirs
- source = reflective-rapidjson-0.0.11.tar.gz::https://github.com/Martchus/reflective-rapidjson/archive/v0.0.11.tar.gz
- sha256sums = 923da69ece4f9c100fb66f549c2123dd8e4d41e43cbc61fe79c364d8cedbb985
+ source = reflective-rapidjson-0.0.12.tar.gz::https://github.com/Martchus/reflective-rapidjson/archive/v0.0.12.tar.gz
+ sha256sums = 95692cfdb83e9658f2c4706b6a0b78cea91afbfb24a1b878efc39a05a4be7e23
pkgname = mingw-w64-reflective-rapidjson
diff --git a/PKGBUILD b/PKGBUILD
index c0c41531fedb..7f544731e547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=reflective-rapidjson
pkgname=mingw-w64-reflective-rapidjson
_name=${pkgname#mingw-w64-}
-pkgver=0.0.11
+pkgver=0.0.12
pkgrel=1
arch=('any')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON (mingw-w64)'
@@ -18,7 +18,7 @@ checkdepends=('mingw-w64-cppunit' 'mingw-w64-wine' 'mingw-w64-boost')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('923da69ece4f9c100fb66f549c2123dd8e4d41e43cbc61fe79c364d8cedbb985')
+sha256sums=('95692cfdb83e9658f2c4706b6a0b78cea91afbfb24a1b878efc39a05a4be7e23')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')