[arch-commits] Commit in docker/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Dec 5 15:54:52 UTC 2020
Date: Saturday, December 5, 2020 @ 15:54:51
Author: foxboron
Revision: 770910
upgpkg: docker 1:19.03.14-2 - Fixed FS#68833
Modified:
docker/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-05 15:46:10 UTC (rev 770909)
+++ PKGBUILD 2020-12-05 15:54:51 UTC (rev 770910)
@@ -1,8 +1,9 @@
# Maintainer: Sébastien "Seblu" Luttringer
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
pkgname=docker
pkgver=19.03.14
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Pack, ship and run any application as a lightweight container'
arch=('x86_64')
@@ -83,7 +84,7 @@
### cli
echo 'Building cli'
_fake_gopath_pushd docker-ce/components/cli github.com/docker/cli
- DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=$pkgver-ce dynbinary
+ DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=$pkgver dynbinary
_fake_gopath_popd
### app cli plugin
More information about the arch-commits
mailing list