summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-07-07 18:06:14 +0200
committerMartchus2020-07-07 18:06:14 +0200
commitef519693508b4154546440e26b3e6d71e855422f (patch)
treefd777393e7579a9227c953516b437f70c1b2d415
parent362f866e282b6feb188d7d9817ad679d7e3d8919 (diff)
downloadaur-ef519693508b4154546440e26b3e6d71e855422f.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 e8567895aadd..dbf26265468f 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.14
+ pkgver = 0.0.15
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.14.tar.gz::https://github.com/Martchus/reflective-rapidjson/archive/v0.0.14.tar.gz
- sha256sums = 647e045ac2d4d28b828256246fad815e861509ddae394bdc3e0bd53f73d0fd43
+ source = reflective-rapidjson-0.0.15.tar.gz::https://github.com/Martchus/reflective-rapidjson/archive/v0.0.15.tar.gz
+ sha256sums = 1e253ca0c63c6432ede1b1d7ad6c828b93eeb47eb1843d7bdc09445be7c1bba6
pkgname = mingw-w64-reflective-rapidjson
diff --git a/PKGBUILD b/PKGBUILD
index 76776bc306e0..4e4efeb57233 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=reflective-rapidjson
pkgname=mingw-w64-reflective-rapidjson
_name=${pkgname#mingw-w64-}
-pkgver=0.0.14
+pkgver=0.0.15
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=('647e045ac2d4d28b828256246fad815e861509ddae394bdc3e0bd53f73d0fd43')
+sha256sums=('1e253ca0c63c6432ede1b1d7ad6c828b93eeb47eb1843d7bdc09445be7c1bba6')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')