[arch-commits] Commit in docker/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Wed May 16 22:36:17 UTC 2018


    Date: Wednesday, May 16, 2018 @ 22:36:16
  Author: seblu
Revision: 323275

upgpkg: docker 1:18.05.0-2

- fix FS#58477

Modified:
  docker/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-16 22:15:18 UTC (rev 323274)
+++ PKGBUILD	2018-05-16 22:36:16 UTC (rev 323275)
@@ -3,7 +3,7 @@
 
 pkgname=docker
 pkgver=18.05.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
@@ -13,7 +13,8 @@
          'libseccomp' 'libtool')
 makedepends=('git' 'go' 'btrfs-progs' 'cmake' 'systemd')
 optdepends=('btrfs-progs: btrfs backend support'
-            'lxc: lxc backend support')
+            'lxc: lxc backend support'
+            'pigz: parallel gzip compressor support')
 # don't strip binaries! A sha1 is used to check binary consistency.
 options=('!strip' '!buildflags')
 # Use exact commit version from Dockerfile, see them in:



More information about the arch-commits mailing list