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

Andrew Crerar andrewsc at archlinux.org
Mon Apr 1 15:06:25 UTC 2019


    Date: Monday, April 1, 2019 @ 15:06:24
  Author: andrewsc
Revision: 446939

upgpkg: docker-compose 1.24.0-1

docker-compose: Updating to 1.24.0

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-01 14:46:54 UTC (rev 446938)
+++ PKGBUILD	2019-04-01 15:06:24 UTC (rev 446939)
@@ -6,7 +6,7 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=docker-compose
-pkgver=1.23.2
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('any')
@@ -14,10 +14,10 @@
 license=("Apache")
 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' 'docker')
+         'python-six' 'python-jsonschema' 'python-setuptools' 'docker' 'python-paramiko')
 checkdepends=('python-pytest-runner' 'python-mock')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz")
-sha512sums=('baa233c84ac770798ba3d8d256687630b331d774a8d60f3c0d5046aa0a74c8c3b8b0b8bc4431f3bc7d5b7a54f0646f5e2fd14d5af31db37cb546e86c96c8c1db')
+sha512sums=('318c6bf9877147de09526b4d49c3fd86012d85626e7a9a15863ca55a60e10fa85b27429605045d0aaa993dddd3bc2e5f23cbb76856276a874e84793b878a3e86')
 
 prepare() {
   cd compose-$pkgver



More information about the arch-commits mailing list