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