summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-01-23 17:20:35 +0100
committerMartchus2023-01-23 17:21:08 +0100
commite24fad65432155964a7ea3984d63395fa0e28abc (patch)
treed899552d9c65b7f858342527db67b912e5bc40b0 /PKGBUILD
parent7ac3f853a85d528bf6f5d4a7756d8f3540a1a394 (diff)
downloadaur-e24fad65432155964a7ea3984d63395fa0e28abc.tar.gz
Rebuild against LLVM 15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f94388659b20..b1bb57bca0a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# you also find the URL of a binary repository.
_reponame=reflective-rapidjson
-_llvmver=14
+_llvmver=15
pkgname=reflective-rapidjson
pkgver=0.0.15
-pkgrel=8
+pkgrel=9
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'
license=('GPL')