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

Antonio Rojas arojas at archlinux.org
Wed Dec 11 23:15:54 UTC 2019


    Date: Wednesday, December 11, 2019 @ 23:15:54
  Author: arojas
Revision: 536970

protobuf 3.11 rebuild

Modified:
  nsjail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-11 22:47:44 UTC (rev 536969)
+++ PKGBUILD	2019-12-11 23:15:54 UTC (rev 536970)
@@ -2,7 +2,7 @@
 
 pkgname=nsjail
 pkgver=2.9
-pkgrel=3
+pkgrel=4
 pkgdesc="Light-weight process isolation tool"
 arch=(x86_64)
 url="https://nsjail.com"
@@ -16,6 +16,7 @@
 
 prepare() {
     mv kafel ${pkgname}-${pkgver}
+    sed -e 's|-Werror||' -i $pkgname-$pkgver/Makefile
 }
 
 build() {



More information about the arch-commits mailing list