Rebuild reflective-rapidjson against LLVM 7

This commit is contained in:
Martchus 2018-09-24 22:26:04 +02:00
parent eab48febbd
commit cbfe2d051d
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=6
_llvmver=7
pkgname=reflective-rapidjson
pkgver=0.0.5
pkgrel=2
pkgrel=3
arch=('i686' 'x86_64')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'
license=('GPL')

View File

@ -4,10 +4,10 @@
# you also find the URL of a binary repository.
_reponame=reflective-rapidjson
_llvmver=6
_llvmver=7
pkgname=reflective-rapidjson-git
_name=${pkgname%-git}
pkgver=79.b27e0ba
pkgver=144.5835cd8
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'