summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Reggiani Manzo2016-02-27 12:55:43 -0300
committerRafael Reggiani Manzo2016-02-27 12:55:43 -0300
commitffcbc946e7d26dace71d626f64574dba68cf93a1 (patch)
tree5f4ce59ab427bf52a90c6017d69c3f0bdd66aab4
parent5415163035c929ed7faee44a5f3a09460837bd95 (diff)
downloadaur-ffcbc946e7d26dace71d626f64574dba68cf93a1.tar.gz
Add missing ruby-nokogiri dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 916ae32f8112..74c18a827901 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 21:36:46 UTC 2016
+# Sat Feb 27 15:55:35 UTC 2016
pkgbase = opennebula
pkgdesc = Virtual management infrastructure as a service (IaaS) toolkit for cloud computing (NOTE: Read the PKGBUILD!)
pkgver = 4.14.2
- pkgrel = 1
+ pkgrel = 2
url = http://docs.opennebula.org/stable
install = opennebula.install
changelog = ChangeLog
@@ -27,6 +27,7 @@ pkgbase = opennebula
depends = ruby-opennebula>=4.14.2
depends = ruby-sinatra
depends = ruby-builder
+ depends = ruby-nokogiri
optdepends = nfs-utils: for using the shared file system storage model
optdepends = mariadb>=5.1: optional replacement for SQLite as the DB back-end
optdepends = libmariadbclient>=5.1: required if using MariaDB/MySQL instead of SQLite
diff --git a/PKGBUILD b/PKGBUILD
index 69e880c5af4e..6eaf690a797e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Rafael Reggiani Manzo <rr.manzo#gmail.com>
+# Maintainer: Rafael Reggiani Manzo <rr.manzo#protonmail.com>
# Contributor: Jason St. John <jstjohn .. purdue . edu>
# Contributor: Mikhail Kulemin <mihkulemin@gmail.com>
# Contributor: Michael Pusterhofer <pusterhofer (at) student (dot) tugraz (dot) at>
@@ -6,7 +6,7 @@
pkgname=opennebula
_unstable_pkg=opennebula-unstable
pkgver=4.14.2
-pkgrel=1
+pkgrel=2
pkgdesc="Virtual management infrastructure as a service (IaaS) toolkit for cloud computing (NOTE: Read the PKGBUILD!)"
arch=('i686' 'x86_64')
url='http://docs.opennebula.org/stable'
@@ -24,7 +24,8 @@ depends=('ruby>=1.8.7'
'log4cpp>=1.0'
'ruby-opennebula>=4.14.2'
'ruby-sinatra'
- 'ruby-builder')
+ 'ruby-builder'
+ 'ruby-nokogiri')
makedepends=('xmlrpc-c>=1.31'
'pkgconfig'
'scons>=0.98')