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

Felix Yan felixonmars at archlinux.org
Wed Sep 13 05:35:31 UTC 2017


    Date: Wednesday, September 13, 2017 @ 05:35:30
  Author: felixonmars
Revision: 257225

upgpkg: docker-compose 1.16.0-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-13 05:34:55 UTC (rev 257224)
+++ PKGBUILD	2017-09-13 05:35:30 UTC (rev 257225)
@@ -5,19 +5,19 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=docker-compose
-pkgver=1.15.0
+pkgver=1.16.0
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('i686' 'x86_64')
 url="https://www.docker.com/"
 license=("Apache")
-depends=('python-cached-property' 'python-colorama' 'python-docopt' 'python-yaml' 'python-requests'
+depends=('python-cached-property' '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')
 checkdepends=('python-pytest-runner' 'python-mock')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz")
-sha512sums=('4b70ade8280a050b2ed06c3a79afeb6b69c6a9638f41968d3017afa62a82efe87c7762fc0c3fa81c4d701c9177ad551e124358a3182fedfd4a476247faeb23df')
+sha512sums=('dc68b4615a33e1e7af74b05a85471a6a39628aed75312074510ecf1d5f3048fa17ff00adf6c99a5fc3b0d69deb48d5193acb95c3de5fbf82d6fbf266d3a370a6')
 
 prepare() {
   cd compose-$pkgver



More information about the arch-commits mailing list