Rebuild reflective-rapidjson against LLVM 13

This commit is contained in:
Martchus 2021-11-02 11:36:42 +01:00
parent 6bf3f840a4
commit 4a3a8fc917
2 changed files with 5 additions and 5 deletions

View File

@ -4,10 +4,10 @@
# you also find the URL of a binary repository. # you also find the URL of a binary repository.
_reponame=reflective-rapidjson _reponame=reflective-rapidjson
_llvmver=12 _llvmver=13
pkgname=reflective-rapidjson pkgname=reflective-rapidjson
pkgver=0.0.15 pkgver=0.0.15
pkgrel=5 pkgrel=6
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON' pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'
license=('GPL') license=('GPL')

View File

@ -4,11 +4,11 @@
# you also find the URL of a binary repository. # you also find the URL of a binary repository.
_reponame=reflective-rapidjson _reponame=reflective-rapidjson
_llvmver=12 _llvmver=13
pkgname=reflective-rapidjson-git pkgname=reflective-rapidjson-git
_name=${pkgname%-git} _name=${pkgname%-git}
pkgver=222.a4dd52a pkgver=228.8b66ca3
pkgrel=2 pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON' pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'
license=('GPL') license=('GPL')