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

Bruno Pagani archange at archlinux.org
Mon Nov 19 13:55:57 UTC 2018


    Date: Monday, November 19, 2018 @ 13:55:56
  Author: archange
Revision: 408785

upgpkg: nsjail 2.8-1

Modified:
  nsjail/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-19 11:22:18 UTC (rev 408784)
+++ PKGBUILD	2018-11-19 13:55:56 UTC (rev 408785)
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org> 
 
 pkgname=nsjail
-pkgver=2.7
-pkgrel=4
+pkgver=2.8
+pkgrel=1
 pkgdesc="A light-weight process isolation tool"
 arch=('x86_64')
 url="http://nsjail.com"
@@ -10,17 +10,12 @@
 depends=('protobuf' 'libnl')
 makedepends=('git')
 source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/google/nsjail/archive/${pkgver}.tar.gz"
-        'git+https://github.com/google/kafel.git#commit=409ccb2113e1f82f497d1dcfb5ae18376ff7056c'
-        '26d086f98690646319cf6d7809072f74ccc41795.patch')
-sha256sums=('28afa89c7dbed94528408e4f11d724622d24ea582739b254fa2a739320e87481'
-            'SKIP'
-            'c7cb56c07832101c2e6aa59cd886b0f7921f140fe07172f83ec8c7413ff5ff64')
+        'git+https://github.com/google/kafel.git#commit=722b93a630e53ca472a4c69f61cb3dfc44ea5041')
+sha256sums=('1eb5cad7e698d467a0224614aaca04e169bde6c2cf57f2e6a01a8ad5f787bb56'
+            'SKIP')
 
 prepare() {
     mv kafel ${pkgname}-${pkgver}
-    # See https://github.com/google/nsjail/issues/83
-    cd ${pkgname}-${pkgver}
-    patch -p1 -i ../26d086f98690646319cf6d7809072f74ccc41795.patch
 }
 
 build() {



More information about the arch-commits mailing list