summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorObed N Munoz2017-01-18 15:17:09 -0600
committerObed N Munoz2017-01-18 15:17:09 -0600
commitdedca0678b01712cd56f3a4fceef9d765dab20d1 (patch)
tree9453da36a55c6d9a07cf1dc3fd55613eac635d23 /PKGBUILD
parent2a1b6d05a79baf648c46158412a81dc70e269c9e (diff)
downloadaur-dedca0678b01712cd56f3a4fceef9d765dab20d1.tar.gz
Add OS dependencies for proper working
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 1a3a6303c9d4..6c98f548d842 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Ciao - Cloud Integrated Advanced Orchestrator"
arch=('x86_64' 'i686')
url="https://github.com/01org/ciao"
license=('Apache')
-depends=('go')
-makedepends=('git')
+makedepends=('git', 'go')
+depends=('ceph', 'qemu', 'libisoburn', 'psmisc')
options=('!strip' '!emptydirs')
_gourl=github.com/01org/ciao