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