Date: Monday, July 27, 2020 @ 19:37:08 Author: archange Revision: 665514
upgpkg: nsjail 3.0-1 Modified: nsjail/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-27 19:33:54 UTC (rev 665513) +++ PKGBUILD 2020-07-27 19:37:08 UTC (rev 665514) @@ -1,8 +1,8 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=nsjail -pkgver=2.9 -pkgrel=5 +pkgver=3.0 +pkgrel=1 pkgdesc="Light-weight process isolation tool" arch=(x86_64) url="https://nsjail.com" @@ -10,13 +10,12 @@ depends=(protobuf libnl) makedepends=(git) source=("https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz" - 'git+https://github.com/google/kafel.git#commit=722b93a630e53ca472a4c69f61cb3dfc44ea5041') -sha256sums=('f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3' + 'git+https://github.com/google/kafel.git#commit=8e69b8efae415cde3debffbb1e379d9e7a16835a') +sha256sums=('cfa66d3ed136b2e221752287b95e544915e8a6760aa866f023b604d14a374919' 'SKIP') prepare() { mv kafel ${pkgname}-${pkgver} - sed -e 's|-Werror||' -i $pkgname-$pkgver/Makefile } build() {
