From b31b54dffebee6b522a154704a0c7985ffc8a330 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 23 Aug 2023 16:15:19 +0200 Subject: [PATCH] Rebuild reflective-rapidjson against LLVM 16 --- 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 b1bb57bc..e2015020 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=15 +_llvmver=16 pkgname=reflective-rapidjson pkgver=0.0.15 -pkgrel=9 +pkgrel=10 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 630e9afa..f8c43efc 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=15 +_llvmver=16 pkgname=reflective-rapidjson-git _name=${pkgname%-git} -pkgver=248.27b029b -pkgrel=1 +pkgver=254.1ea5b1e +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')