Rebuild reflective-rapidjson against clang 11.1.0

The previous ABI break was fixed: ddd36f21bb
This commit is contained in:
Martchus 2021-02-19 15:38:33 +01:00
parent 10ae1b2667
commit 6b6079b3ec
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=3
pkgrel=4
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

@ -8,7 +8,7 @@ _llvmver=11
pkgname=reflective-rapidjson-git
_name=${pkgname%-git}
pkgver=214.5c49a43
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')