[arch-commits] Commit in docker-compose/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jan 18 08:03:14 UTC 2017
Date: Wednesday, January 18, 2017 @ 08:03:13
Author: felixonmars
Revision: 207859
upgpkg: docker-compose 1.10.0-1
Modified:
docker-compose/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-18 07:58:30 UTC (rev 207858)
+++ PKGBUILD 2017-01-18 08:03:13 UTC (rev 207859)
@@ -5,13 +5,13 @@
# Contributor: Josh VanderLinden <arch at cloudlery.com>
pkgname=docker-compose
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
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-py' 'python-dockerpty' 'python-setuptools'
+ 'python-websocket-client' 'python-docker' 'python-dockerpty' 'python-setuptools'
'python-jsonschema' 'python-cached-property')
depends_x86_64+=('docker')
makedepends=('git')
More information about the arch-commits
mailing list