community/docker to 1.11.2-2

This commit is contained in:
Kevin Mihelich 2016-06-24 00:07:28 +00:00
parent 065edb1e55
commit d205f52f32

View file

@ -5,13 +5,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')
@ -38,7 +38,7 @@ prepare() {
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