aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 186bae53729d..a8f69cc6a2d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Mon Jul 3 07:58:46 UTC 2017
pkgbase = docker-git
pkgdesc = Pack, ship and run any application as a lightweight container.
pkgver = 17.06.0.dev.32959.7117d5ef25
@@ -15,6 +13,7 @@ pkgbase = docker-git
makedepends = go
makedepends = btrfs-progs
makedepends = go-md2man
+ makedepends = apparmor-libapparmor
depends = bridge-utils
depends = iproute2
depends = device-mapper
@@ -33,9 +32,9 @@ pkgbase = docker-git
replaces = runc-git
options = !strip
source = moby::git+https://github.com/moby/moby.git
- source = cli::git+https://github.com/docker/cli.git
+ source = docker-ce::git+https://github.com/docker/docker-ce
source = containerd::git+https://github.com/containerd/containerd.git
- source = runc::git+https://github.com/docker/runc.git
+ source = runc::git+https://github.com/opencontainers/runc.git
source = libnetwork::git+https://github.com/docker/libnetwork.git
source = docker.install
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 380b1aaaea70..2c03af3b4605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -187,7 +187,6 @@ package() {
popd >/dev/null
install -Dm644 "$startdir/docker.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
- # this should cover all manpages possible to generate from the source
msg2 'manpages'
pushd "$srcdir/runc/man/man8" >/dev/null
for i in *; do