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

Jelle van der Waa jelle at gemini.archlinux.org
Fri Jan 28 10:02:10 UTC 2022


    Date: Friday, January 28, 2022 @ 10:02:09
  Author: jelle
Revision: 435263

Enable debug support

Modified:
  json-c/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-28 09:59:09 UTC (rev 435262)
+++ PKGBUILD	2022-01-28 10:02:09 UTC (rev 435263)
@@ -4,7 +4,7 @@
 
 pkgname=json-c
 pkgver=0.15
-pkgrel=2
+pkgrel=3
 pkgdesc="A JSON implementation in C"
 url="https://github.com/json-c/json-c/wiki"
 license=(MIT)
@@ -12,6 +12,7 @@
 depends=(glibc)
 makedepends=(git cmake ninja)
 provides=(libjson-c.so)
+options=(debug)
 _commit=9021cdcdd01fc9dbcbe1f06391848c2ac915212f  # tags/json-c-0.15-20200726^0
 source=("git+https://github.com/json-c/json-c#commit=$_commit")
 sha256sums=('SKIP')



More information about the arch-commits mailing list