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

Sébastien Luttringer seblu at archlinux.org
Wed Apr 27 01:17:52 UTC 2016


    Date: Wednesday, April 27, 2016 @ 03:17:52
  Author: seblu
Revision: 171946

depends of the glibc

Modified:
  containerd/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 01:15:38 UTC (rev 171945)
+++ PKGBUILD	2016-04-27 01:17:52 UTC (rev 171946)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='A daemon to control runC, built for performance and density'
 url='https://containerd.tools/'
-depends=('runc')
+depends=('glibc' 'runc')
 makedepends=('go' 'git')
 arch=('x86_64')
 source=("git+https://github.com/docker/containerd.git#tag=v$pkgver")



More information about the arch-commits mailing list