summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorObed N Munoz2017-01-18 15:28:19 -0600
committerObed N Munoz2017-01-18 15:28:19 -0600
commit6eee77b107cfc92510b68dce713d2d7d254edc5f (patch)
tree2f20fdadc68f676425c0e2c103f0b88788ee539b
parentf3ca011cb94cbcb14e904b56c9bab2c96d6182b6 (diff)
downloadaur-6eee77b107cfc92510b68dce713d2d7d254edc5f.tar.gz
Bump release for fixing dependencies
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f3eae69cca3..5e465e4c5f2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,17 @@
pkgbase = ciao
pkgdesc = Ciao - Cloud Integrated Advanced Orchestrator
pkgver = 82
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/01org/ciao
arch = x86_64
arch = i686
license = Apache
makedepends = git
- depends = go
+ makedepends = go
+ depends = ceph
+ depends = qemu
+ depends = libisoburn
+ depends = psmisc
options = !strip
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 23de2f8d3894..8d5cd1368a0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ciao
pkgver=82
-pkgrel=1
+pkgrel=2
pkgdesc="Ciao - Cloud Integrated Advanced Orchestrator"
arch=('x86_64' 'i686')
url="https://github.com/01org/ciao"