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

Sébastien Luttringer seblu at archlinux.org
Mon Jun 20 22:45:18 UTC 2016


    Date: Monday, June 20, 2016 @ 22:45:17
  Author: seblu
Revision: 180570

upgpkg: docker 1:1.11.2-2

- Implement FS#49649

Modified:
  docker/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-20 22:23:34 UTC (rev 180569)
+++ PKGBUILD	2016-06-20 22:45:17 UTC (rev 180570)
@@ -3,13 +3,13 @@
 
 pkgname=docker
 pkgver=1.11.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
 url='https://www.docker.com/'
 license=('Apache')
-depends=('runc' 'containerd' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+depends=('runc' 'containerd' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 'libseccomp')
 makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
 optdepends=('btrfs-progs: btrfs backend support'
             'lxc: lxc backend support')
@@ -36,7 +36,7 @@
 
 build() {
   cd docker
-  export AUTO_GOPATH=1
+  export AUTO_GOPATH=1 DOCKER_BUILDTAGS='seccomp'
   hack/make.sh dynbinary
   # man pages
   man/md2man-all.sh 2>/dev/null



More information about the arch-commits mailing list