From cbfe2d051d14b0e9a421664cc976105f4070fedf Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 24 Sep 2018 22:26:04 +0200 Subject: [PATCH] Rebuild reflective-rapidjson against LLVM 7 --- reflective-rapidjson/default/PKGBUILD | 4 ++-- reflective-rapidjson/git/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reflective-rapidjson/default/PKGBUILD b/reflective-rapidjson/default/PKGBUILD index ad790e90..1194239f 100644 --- a/reflective-rapidjson/default/PKGBUILD +++ b/reflective-rapidjson/default/PKGBUILD @@ -4,10 +4,10 @@ # you also find the URL of a binary repository. _reponame=reflective-rapidjson -_llvmver=6 +_llvmver=7 pkgname=reflective-rapidjson pkgver=0.0.5 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON' license=('GPL') diff --git a/reflective-rapidjson/git/PKGBUILD b/reflective-rapidjson/git/PKGBUILD index 369da76d..65c985d5 100644 --- a/reflective-rapidjson/git/PKGBUILD +++ b/reflective-rapidjson/git/PKGBUILD @@ -4,10 +4,10 @@ # you also find the URL of a binary repository. _reponame=reflective-rapidjson -_llvmver=6 +_llvmver=7 pkgname=reflective-rapidjson-git _name=${pkgname%-git} -pkgver=79.b27e0ba +pkgver=144.5835cd8 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'