summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-05-06 19:19:32 +0200
committerMartchus2020-05-06 19:19:32 +0200
commit362f866e282b6feb188d7d9817ad679d7e3d8919 (patch)
treebe8dde25d29300b501d5fa4ca4bbc91d929b325c
parent38c9b3b19cdef07dc375329f636854e54226b303 (diff)
downloadaur-362f866e282b6feb188d7d9817ad679d7e3d8919.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 7ea4080e9aa8..e8567895aadd 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.13
+ pkgver = 0.0.14
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.13.tar.gz::https://github.com/Martchus/reflective-rapidjson/archive/v0.0.13.tar.gz
- sha256sums = 978c4d70862f16bb926ba6481ebfd1e650dae02fdcf3c335070748f547745db3
+ source = reflective-rapidjson-0.0.14.tar.gz::https://github.com/Martchus/reflective-rapidjson/archive/v0.0.14.tar.gz
+ sha256sums = 647e045ac2d4d28b828256246fad815e861509ddae394bdc3e0bd53f73d0fd43
pkgname = mingw-w64-reflective-rapidjson
diff --git a/PKGBUILD b/PKGBUILD
index f141ac1ef602..76776bc306e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=reflective-rapidjson
pkgname=mingw-w64-reflective-rapidjson
_name=${pkgname#mingw-w64-}
-pkgver=0.0.13
+pkgver=0.0.14
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=('978c4d70862f16bb926ba6481ebfd1e650dae02fdcf3c335070748f547745db3')
+sha256sums=('647e045ac2d4d28b828256246fad815e861509ddae394bdc3e0bd53f73d0fd43')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')