[arch-commits] Commit in docker/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Oct 6 15:32:58 UTC 2019
Date: Sunday, October 6, 2019 @ 15:32:57
Author: seblu
Revision: 513438
upgpkg: docker 1:19.03.2-2
- FS#61744
Modified:
docker/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-06 15:32:35 UTC (rev 513437)
+++ PKGBUILD 2019-10-06 15:32:57 UTC (rev 513438)
@@ -2,7 +2,7 @@
pkgname=docker
pkgver=19.03.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Pack, ship and run any application as a lightweight container'
arch=('x86_64')
@@ -80,7 +80,7 @@
msg2 'Building daemon'
_fake_gopath_pushd docker-ce/components/engine github.com/docker/docker
DOCKER_GITCOMMIT=$(cd "$srcdir"/docker-ce && git rev-parse --short HEAD) \
- DOCKER_BUILDTAGS='seccomp journald' \
+ DOCKER_BUILDTAGS='seccomp journald apparmor' \
VERSION=$pkgver-ce \
hack/make.sh dynbinary
_fake_gopath_popd
More information about the arch-commits
mailing list