summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-03-08 11:06:54 +0100
committerMartchus2024-03-08 11:06:54 +0100
commita73048e7e66018d575e69ec400e11dbbe3127c88 (patch)
treee7e849d8560d324d01b0155b1fb5156da9491fc5 /PKGBUILD
parente3e3360683b6898c1b4a3c6143dfe19d944591ee (diff)
downloadaur-reflective-rapidjson-git.tar.gz
Update to LLVM 17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8c43efc9f58..0385791614be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# you also find the URL of a binary repository.
_reponame=reflective-rapidjson
-_llvmver=16
+_llvmver=17
pkgname=reflective-rapidjson-git
_name=${pkgname%-git}
pkgver=254.1ea5b1e
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'
license=('GPL')