[arch-commits] Commit in docker/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Dec 5 16:41:13 UTC 2020
Date: Saturday, December 5, 2020 @ 16:41:13
Author: foxboron
Revision: 770912
upgpkg: docker 1:19.03.14-3 - Removed last -ce in version
Modified:
docker/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-05 15:55:01 UTC (rev 770911)
+++ PKGBUILD 2020-12-05 16:41:13 UTC (rev 770912)
@@ -3,7 +3,7 @@
pkgname=docker
pkgver=19.03.14
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='Pack, ship and run any application as a lightweight container'
arch=('x86_64')
@@ -105,7 +105,7 @@
_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 apparmor' \
- VERSION=$pkgver-ce \
+ VERSION=$pkgver \
hack/make.sh dynbinary
_fake_gopath_popd
More information about the arch-commits
mailing list