summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-01-23 17:22:29 +0100
committerMartchus2023-01-23 17:22:29 +0100
commit9ae6135a1de639c66bd7282b44ed4cb9beb1e72d (patch)
tree49370f46d8bf3a414c93df5d0820f833d73aa1b4
parent0b55147483efd5ab33a030c92a31e309c97f33a7 (diff)
downloadaur-9ae6135a1de639c66bd7282b44ed4cb9beb1e72d.tar.gz
Rebuild against LLVM 15
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c010fe1b53c..0cfe4e99bec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = reflective-rapidjson-git
pkgdesc = Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON
- pkgver = 244.2b0048f
- pkgrel = 2
+ pkgver = 248.27b029b
+ pkgrel = 1
url = https://github.com/Martchus/reflective-rapidjson
arch = i686
arch = x86_64
@@ -18,10 +18,10 @@ pkgbase = reflective-rapidjson-git
makedepends = ninja
depends = libc++utilities-git.so
depends = rapidjson
- depends = llvm-libs>=14.0.0
- depends = llvm-libs<15.0.0
- depends = clang>=14.0.0
- depends = clang<15.0.0
+ depends = llvm-libs>=15.0.0
+ depends = llvm-libs<16.0.0
+ depends = clang>=15.0.0
+ depends = clang<16.0.0
optdepends = boost: use Boost.Hana instead of code generator
optdepends = reflective-rapidjson-doc: API documentation
source = reflective-rapidjson::git+https://github.com/Martchus/reflective-rapidjson.git
diff --git a/PKGBUILD b/PKGBUILD
index 6e64741062fe..630e9afa501c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# you also find the URL of a binary repository.
_reponame=reflective-rapidjson
-_llvmver=14
+_llvmver=15
pkgname=reflective-rapidjson-git
_name=${pkgname%-git}
-pkgver=244.2b0048f
-pkgrel=2
+pkgver=248.27b029b
+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')