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

Felix Yan felixonmars at archlinux.org
Sat Feb 17 17:31:47 UTC 2018


    Date: Saturday, February 17, 2018 @ 17:31:46
  Author: felixonmars
Revision: 296154

upgpkg: docker-compose 1.19.0-2

try to fix docker sdk compatibility

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-17 17:26:14 UTC (rev 296153)
+++ PKGBUILD	2018-02-17 17:31:46 UTC (rev 296154)
@@ -6,7 +6,7 @@
 
 pkgname=docker-compose
 pkgver=1.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('x86_64')
 url="https://www.docker.com/"
@@ -16,11 +16,14 @@
          '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=('1b889495dc52a9afb19b8a4e37af34e5d15297c08bf3f52d241d3468436365f52d52cd6ed269e017ded7a263c4787d0929dc5241f940c3ebbb11dd782c7ebcf7')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz"
+        https://github.com/docker/compose/commit/d8d484e0e19db5326afeb4cdf56864eceb81566c.patch)
+sha512sums=('1b889495dc52a9afb19b8a4e37af34e5d15297c08bf3f52d241d3468436365f52d52cd6ed269e017ded7a263c4787d0929dc5241f940c3ebbb11dd782c7ebcf7'
+            'd758b3ea6a95e3145d3280503d44e0126346986c4f311555db3b8d53408bbbac755a2fe693970b7c457e9bfab1b93f553b519a8a080005dd38dd725079488b6a')
 
 prepare() {
   cd compose-$pkgver
+  patch -p1 -i ../d8d484e0e19db5326afeb4cdf56864eceb81566c.patch
 
   # Remove upper bound on requires
   sed -i 's/==/>=/g' requirements.txt



More information about the arch-commits mailing list