From 0c58c6d8e252e2f87b5348a2d6f0fd0b63593175 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 30 May 2021 00:34:56 +0200 Subject: [PATCH] Rebuild reflective-rapidjson against LLVM 12 --- reflective-rapidjson/default/PKGBUILD | 4 ++-- reflective-rapidjson/git/PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reflective-rapidjson/default/PKGBUILD b/reflective-rapidjson/default/PKGBUILD index 7fd44630..228582e9 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=11 +_llvmver=12 pkgname=reflective-rapidjson pkgver=0.0.15 -pkgrel=4 +pkgrel=5 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') 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 c78dfb44..f5ede2c5 100644 --- a/reflective-rapidjson/git/PKGBUILD +++ b/reflective-rapidjson/git/PKGBUILD @@ -4,11 +4,11 @@ # you also find the URL of a binary repository. _reponame=reflective-rapidjson -_llvmver=11 +_llvmver=12 pkgname=reflective-rapidjson-git _name=${pkgname%-git} -pkgver=214.5c49a43 -pkgrel=3 +pkgver=222.a4dd52a +pkgrel=2 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON' license=('GPL')