Rebuild reflective-rapidjson against LLVM 9

This commit is contained in:
Martchus 2019-09-30 17:31:33 +02:00
parent 246593f258
commit d4c7d65522
2 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@
# you also find the URL of a binary repository.
_reponame=reflective-rapidjson
_llvmver=8
_llvmver=9
pkgname=reflective-rapidjson
pkgver=0.0.9
pkgrel=1
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')

View File

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