[arch-commits] Commit in rhonabwy/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Mar 18 08:39:49 UTC 2021


    Date: Thursday, March 18, 2021 @ 08:39:48
  Author: alucryd
Revision: 894313

rhonabwy 0.9.99-1: orcania rebuild

Modified:
  rhonabwy/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 08:35:02 UTC (rev 894312)
+++ PKGBUILD	2021-03-18 08:39:48 UTC (rev 894313)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=rhonabwy
-pkgver=0.9.13
-pkgrel=2
+pkgver=0.9.99
+pkgrel=1
 pkgdesc='JWK, JWKS, JWS, JWE and JWT C library'
 arch=(x86_64)
 url=https://github.com/babelouest/rhonabwy
@@ -24,7 +24,7 @@
   ninja
 )
 provides=(librhonabwy.so)
-_tag=c44ecfdc1725dc9a0c2c0962eb156d172d65c587
+_tag=d439802e37931e1e456be0df29da5bab1056eef3
 source=(git+https://github.com/babelouest/rhonabwy.git#tag=${_tag})
 validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <nicolas at babelouest.org>
 b2sums=(SKIP)
@@ -35,6 +35,7 @@
 }
 
 build() {
+  export CFLAGS+=" -Wno-maybe-uninitialized"
   cmake -S rhonabwy -B build -G Ninja \
     -DCMAKE_BUILD_TYPE=None \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list