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

Felix Yan fyan at archlinux.org
Fri Nov 13 06:29:41 UTC 2015


    Date: Friday, November 13, 2015 @ 07:29:41
  Author: fyan
Revision: 146667

upgpkg: docker-compose 1.5.1-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-13 03:02:18 UTC (rev 146666)
+++ PKGBUILD	2015-11-13 06:29:41 UTC (rev 146667)
@@ -5,20 +5,22 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=docker-compose
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
-arch=('any')
+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-jsonschema' 'docker')
+         'python-jsonschema')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz"
         "remove-requires-upper-bound.patch")
 license=("BSD")
-sha256sums=('d44d7c966c3ec6b2baf493fb8c8f94b0c23cb03609517cc174884c7ff46cf809'
+sha256sums=('334814f64910823fa588e89eea8f73d8ad3bb0d304e513fe51026a1f1d08d3db'
             '06bd229e1d62632dc199d3b2de82571dff73631865fe6108e3a62c8441c281bf')
 
+[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
+
 prepare() {
   cd "$srcdir/compose-$pkgver"
 



More information about the arch-commits mailing list