summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddd4409800b7..b680817ce659 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cpp-jwt-git
pkgdesc = JSON Web Token library for C++
- pkgver = 1.4.r14.ge12ef06
+ pkgver = 1.4.r16.g4b66cf7
pkgrel = 1
url = https://github.com/arun11299/cpp-jwt
arch = any
@@ -10,7 +10,7 @@ pkgbase = cpp-jwt-git
makedepends = git
depends = nlohmann-json
depends = openssl
- provides = cpp-jwt=1.4.r14.ge12ef06
+ provides = cpp-jwt=1.4.r16.g4b66cf7
conflicts = cpp-jwt
source = cpp-jwt::git+https://github.com/arun11299/cpp-jwt.git
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d800852474d8..e52b526f6241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=cpp-jwt
pkgname=$_pkgname-git
-pkgver=1.4.r14.ge12ef06
+pkgver=1.4.r16.g4b66cf7
pkgrel=1
pkgdesc="JSON Web Token library for C++"
arch=('any')
@@ -22,6 +22,7 @@ pkgver() {
build() {
cmake -S $_pkgname -B build \
+ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCPP_JWT_BUILD_EXAMPLES=OFF \
-DCPP_JWT_BUILD_TESTS="$CHECKFUNC" \