aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Fordham2016-11-04 09:34:34 +1100
committerChris Fordham2016-11-04 09:34:34 +1100
commitb4a96e1d15e7ac53748cee0c9f48a4fcce4dc9e3 (patch)
tree70f327131b3eb442f5b1cad2fd61ade658fcf2b9 /PKGBUILD
parent001e05e97503a14784234e7933c7155cf90d233a (diff)
downloadaur-b4a96e1d15e7ac53748cee0c9f48a4fcce4dc9e3.tar.gz
Do not package docker-proxy anymore (https://github.com/docker/docker/commit/3996975b0840033bda3919440d122d734a4bc66b).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86a7d06e7bf9..bf1c5446df61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@
pkgname=docker-git
_pkgname=docker
-pkgver=1.12.0.dev.25853.724c69f
+pkgver=1.13.0.dev.28456.f54339d
pkgrel=1
epoch=1
pkgdesc='Pack, ship and run any application as a lightweight container.'
@@ -76,7 +76,6 @@ package() {
_dockerver="$(cat VERSION)"
install -Dm755 "bundles/$_dockerver/dynbinary-client/docker-$_dockerver" "$pkgdir/usr/bin/docker"
install -Dm755 "bundles/$_dockerver/dynbinary-daemon/dockerd-$_dockerver" "$pkgdir/usr/bin/dockerd"
- install -Dm755 "bundles/$_dockerver/dynbinary-daemon/docker-proxy-$_dockerver" "$pkgdir/usr/bin/docker-proxy"
# symlink containerd/run (nice integration...)
ln -s containerd "$pkgdir/usr/bin/docker-containerd"