summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSledge Sulaweyo2020-09-06 21:43:53 +0200
committerSledge Sulaweyo2020-09-06 21:43:53 +0200
commit34ff4f7d5004847bc53d17e90d26b3addd14404a (patch)
tree6055f356f450b92ec80a4d83a7b5e69ab2697d4b /PKGBUILD
parent1b2614fe37fa4fb9587388de58e077bb9553e10f (diff)
downloadaur-opennebula.tar.gz
add builder dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5329d1bbab06..c7c76feb151c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,14 @@
pkgname=opennebula
_unstable_pkg=opennebula-unstable
pkgver=5.10.5
-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='https://opennebula.org/'
license=('Apache')
depends=('ruby'
'ruby-bundler'
+ 'ruby-builder'
'xmlrpc-c'
'openssl'
'sqlite3'