Rebuild reflective-rapidjson against LLVM 11.0.1

The soname of LLVM/Clang libs hasn't changed but otherwise
the generator crashes on some files, e.g. '#include <functional>'.
This commit is contained in:
Martchus 2021-01-13 00:24:28 +01:00
parent 18d9998bda
commit e7b202b360
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ _reponame=reflective-rapidjson
_llvmver=11
pkgname=reflective-rapidjson
pkgver=0.0.15
pkgrel=2
pkgrel=3
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

@ -7,7 +7,7 @@ _reponame=reflective-rapidjson
_llvmver=11
pkgname=reflective-rapidjson-git
_name=${pkgname%-git}
pkgver=210.1970145
pkgver=214.5c49a43
pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'