diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index e5ffa4f..f912d89 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -23,11 +23,13 @@ source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver" "git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT" "git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT" "git+https://github.com/spf13/cobra.git" + "https://github.com/moby/moby/commit/477bf1e413708076f9ed8cd316102765cc5bdb11.patch" "$pkgname.sysusers") md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' + 'ba52ae69d082647cc17421c191152b31' '9a8b2744db23b14ca3cd350fdf73c179') @@ -45,6 +47,11 @@ _fake_gopath_popd() { popd >/dev/null } +prepare() { + cd docker-ce/components/engine + patch -p1 -i "$srcdir"/477bf1e413708076f9ed8cd316102765cc5bdb11.patch +} + build() { ### check my mistakes on commit version msg2 'Checking commit mismatch'