summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-05-18 17:42:32 +0200
committerMartchus2019-05-18 17:42:32 +0200
commite04a999c71bd472b7aa647752100ea096da0a757 (patch)
treef7c25948558066ead396571d9a7a036f4ef6076e
parent6032e4f282de2b030a0dcf98c54578320bd75d34 (diff)
downloadaur-e04a999c71bd472b7aa647752100ea096da0a757.tar.gz
Update to 0.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 618eb497ad59..e408948aa560 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.7
+ pkgver = 0.0.8
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.7.tar.gz::https://github.com/Martchus/reflective-rapidjson/archive/v0.0.7.tar.gz
- sha256sums = d10e21909b29f960a9dc5e8d925511597e35e2a8436b2732bc2e224acbd62b73
+ source = reflective-rapidjson-0.0.8.tar.gz::https://github.com/Martchus/reflective-rapidjson/archive/v0.0.8.tar.gz
+ sha256sums = 18b99bd820e033eba5aa8b40eca3d3c6fe06722eafe6ea79c298d8b5bc7f434a
pkgname = mingw-w64-reflective-rapidjson
diff --git a/PKGBUILD b/PKGBUILD
index d626f07b233e..bb3467db1161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=reflective-rapidjson
pkgname=mingw-w64-reflective-rapidjson
_name=${pkgname#mingw-w64-}
-pkgver=0.0.7
+pkgver=0.0.8
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=('d10e21909b29f960a9dc5e8d925511597e35e2a8436b2732bc2e224acbd62b73')
+sha256sums=('18b99bd820e033eba5aa8b40eca3d3c6fe06722eafe6ea79c298d8b5bc7f434a')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || _configurations='-DENABLE_STATIC_LIBS:BOOL=ON'