Rebuild reflective-rapidjson against LLVM 12

This commit is contained in:
Martchus 2021-05-30 00:34:56 +02:00
parent b59b452f4b
commit 0c58c6d8e2
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=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')

View File

@ -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')