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

Sébastien Luttringer seblu at archlinux.org
Sun Oct 6 15:38:50 UTC 2019


    Date: Sunday, October 6, 2019 @ 15:38:50
  Author: seblu
Revision: 513441

upgpkg: runc 1.0.0rc9-1

- implement FS#61744

Modified:
  runc/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-06 15:38:36 UTC (rev 513440)
+++ PKGBUILD	2019-10-06 15:38:50 UTC (rev 513441)
@@ -2,8 +2,8 @@
 # Contributor: Sébastien "Seblu" Luttringer
 
 pkgname=runc
-pkgver=1.0.0rc8
-pkgrel=2
+pkgver=1.0.0rc9
+pkgrel=1
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
 url='https://runc.io/'
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(libseccomp)
 makedepends=(git go-pie go-md2man)
-_commit=425e105d5a03fabd737a126ad93d62a9eeede87f  # tags/v1.0.0-rc8^0
+_commit=d736ef14f0288d6993a1845745d6756cfc9ddd5a  # tags/v1.0.0-rc8^0
 source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed")
 validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4")
 sha256sums=('SKIP')
@@ -30,7 +30,7 @@
   export EXTRA_FLAGS="-gcflags all=-trimpath=${PWD} -asmflags all=-trimpath=${PWD}"
   export GOPATH="$srcdir"
   export EXTRA_LDFLAGS="-extldflags ${LDFLAGS}"
-  export BUILDTAGS='seccomp'
+  export BUILDTAGS='seccomp apparmor'
   make runc man
 }
 



More information about the arch-commits mailing list