summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-03-26 22:13:29 +0100
committerMartchus2022-03-26 22:19:09 +0100
commitfa75a0206a85d66af226014ab24e67fb4dd13d2f (patch)
tree27b4866111b1450a1048e4c4d8a8fee8dd5c744d /PKGBUILD
parent3ac64c956de8b9ef68977bb65be04bcb5d8c851a (diff)
downloadaur-fa75a0206a85d66af226014ab24e67fb4dd13d2f.tar.gz
Rebuild against LLVM 13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5ede2c555bd..104c8cdfd86b 100644
--- a/PKGBUILD
+++ b/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')