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

Felix Yan felixonmars at archlinux.org
Thu Jan 19 13:35:49 UTC 2017


    Date: Thursday, January 19, 2017 @ 13:35:49
  Author: felixonmars
Revision: 208038

upgpkg: docker-compose 1.10.0-2

fix dependencies (FS#52614)

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-19 12:55:20 UTC (rev 208037)
+++ PKGBUILD	2017-01-19 13:35:49 UTC (rev 208038)
@@ -6,18 +6,18 @@
 
 pkgname=docker-compose
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('i686' 'x86_64')
 url="https://www.docker.com/"
-depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 'python-texttable'
-         'python-websocket-client' 'python-docker' 'python-dockerpty' 'python-setuptools'
-         'python-jsonschema' 'python-cached-property')
+license=("Apache")
+depends=('python-cached-property' 'python-colorama' 'python-docopt' 'python-yaml' 'python-requests'
+         'python-texttable' 'python-websocket-client' 'python-docker' 'python-dockerpty'
+         'python-six' 'python-jsonschema' 'python-setuptools')
 depends_x86_64+=('docker')
 makedepends=('git')
 checkdepends=('python-pytest-runner' 'python-mock')
 source=("git+https://github.com/docker/compose.git#tag=$pkgver")
-license=("BSD")
 sha256sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list