Rebuild reflective-rapidjson against LLVM 14

This commit is contained in:
Martchus 2022-06-23 12:14:59 +02:00
parent b0bac0c9d5
commit 33dd68c7c9
2 changed files with 5 additions and 5 deletions

View File

@ -4,10 +4,10 @@
# you also find the URL of a binary repository.
_reponame=reflective-rapidjson
_llvmver=13
_llvmver=14
pkgname=reflective-rapidjson
pkgver=0.0.15
pkgrel=7
pkgrel=8
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'
license=('GPL')

View File

@ -4,11 +4,11 @@
# you also find the URL of a binary repository.
_reponame=reflective-rapidjson
_llvmver=13
_llvmver=14
pkgname=reflective-rapidjson-git
_name=${pkgname%-git}
pkgver=228.8b66ca3
pkgrel=1
pkgver=244.2b0048f
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')