summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorObed N Munoz2017-01-18 15:40:08 -0600
committerObed N Munoz2017-01-18 15:40:08 -0600
commit50805961e6316cf81a420f6eaa8f401047f81fae (patch)
treeb614e69bae54f3ad05869982a9e026d0087179ad /PKGBUILD
parent6eee77b107cfc92510b68dce713d2d7d254edc5f (diff)
downloadaur-50805961e6316cf81a420f6eaa8f401047f81fae.tar.gz
Add docker dependency for containers
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d5cd1368a0b..7a80c8ae0201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ciao
pkgver=82
-pkgrel=2
+pkgrel=3
pkgdesc="Ciao - Cloud Integrated Advanced Orchestrator"
arch=('x86_64' 'i686')
url="https://github.com/01org/ciao"
license=('Apache')
makedepends=('git' 'go')
-depends=('ceph' 'qemu' 'libisoburn' 'psmisc')
+depends=('ceph' 'qemu' 'libisoburn' 'psmisc' 'docker')
options=('!strip' '!emptydirs')
_gourl=github.com/01org/ciao