From 9c400e8cc4f7d598ea2562f873630318cabf8fe8 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 7 Jul 2016 00:29:32 +0000 Subject: [PATCH] community/runc to 0.1.1-2 --- community/runc/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/runc/PKGBUILD b/community/runc/PKGBUILD index 672915a56..605b444f8 100644 --- a/community/runc/PKGBUILD +++ b/community/runc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=runc pkgver=0.1.1 -pkgrel=1 +pkgrel=2 pkgdesc='CLI tool for managing OCI compliant containers' arch=('x86_64') url='https://runc.io/' @@ -34,14 +34,14 @@ build() { cd src/github.com/opencontainers ln -fs "$srcdir/runc" cd runc - export GOPATH="$srcdir" + export GOPATH="$srcdir" BUILDTAGS='seccomp' make man/md2man-all.sh 2>/dev/null } #check() { # cd runc -# make localtest +# make test #} package() {