summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2025-02-04 21:54:36 +0100
committerMartchus2025-02-04 22:08:35 +0100
commit376744f1f58bc9a1db21b604231165333c795668 (patch)
tree540e7e5c5563a65257d9d7dc13d76762ed8a08b7
parent30a7d5ff43657052cab543f851255e65aba011ab (diff)
downloadaur-reflective-rapidjson.tar.gz
Fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c74a5f1389a8..3dd146e230ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = reflective-rapidjson
arch = armv6h
arch = armv7h
arch = aarch64
- license = GPL-2-or-later
+ license = GPL-2.0-or-later
checkdepends = cppunit
checkdepends = boost
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 3535bff0ff02..a8f53e8f1fa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=0.0.16
pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON'
-license=(GPL-2-or-later)
+license=(GPL-2.0-or-later)
depends=('c++utilities' 'rapidjson' "llvm-libs>=${_llvmver}.0.0" "llvm-libs<$((_llvmver + 1)).0.0" 'clang')
optdepends=("boost: use Boost.Hana instead of code generator"
"$pkgname-doc: API documentation")