Date: Wednesday, July 6, 2016 @ 21:53:39 Author: seblu Revision: 182415
upgpkg: runc 0.1.1-2 https://bugs.archlinux.org/task/49851 Modified: runc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-06 21:26:14 UTC (rev 182414) +++ PKGBUILD 2016-07-06 21:53:39 UTC (rev 182415) @@ -3,7 +3,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/' @@ -31,7 +31,7 @@ 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 } @@ -38,7 +38,7 @@ #check() { # cd runc -# make localtest +# make test #} package() {
