Date: Tuesday, May 5, 2020 @ 11:10:11 Author: eworm Revision: 382290 upgpkg: json-c 0.14-3
pull in follow-up Modified: json-c/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-05 11:03:13 UTC (rev 382289) +++ PKGBUILD 2020-05-05 11:10:11 UTC (rev 382290) @@ -4,7 +4,7 @@ pkgname=json-c pkgver=0.14 -pkgrel=2 +pkgrel=3 pkgdesc="A JSON implementation in C" url="https://github.com/json-c/json-c/wiki" license=(MIT) @@ -27,7 +27,9 @@ cd json-c # Detect broken RDRAND during initialization - git cherry-pick -n 4d36b0287d3ab0912ba8a4790340ca099960b2b0 + git cherry-pick -n \ + 4d36b0287d3ab0912ba8a4790340ca099960b2b0 \ + 80863140263be5f2dc630938ed8f0066f8a1ab43 } build() {
