nsjail: rebuild against protobuf-3.7.0

[ci skip]
This commit is contained in:
maxice8 2019-03-01 12:03:30 -03:00
parent c15c7a236d
commit 4d58465651
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'nsjail'
pkgname=nsjail
version=2.8
revision=1
revision=2
build_style=gnu-makefile
hostmakedepends="bison flex pkg-config protobuf-devel"
hostmakedepends="bison flex pkg-config protobuf"
makedepends="libnl3-devel protobuf-devel"
short_desc="Light-weight process isolation tool"
maintainer="Andrea Brancaleoni <abc@pompel.me>"