summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJeremy Audet2016-09-09 16:45:20 -0400
committerRafael Reggiani Manzo2016-09-12 14:58:51 -0300
commitd839589df40b44620b2560eb7ebe69a8f8da4237 (patch)
tree72a01d3d0389cd5df42cfe7911fcb266c6841a29 /.SRCINFO
parent453a790f189278863760903e0c12c0ccf0f4c6fc (diff)
downloadaur-d839589df40b44620b2560eb7ebe69a8f8da4237.tar.gz
Support mysql by default
The official documentation strongly suggests that users use mysql or mariadb instead of sqlite. Consequently, it's likely that opennebula users will attempt to do so, and will be frustrated if support is unavailable. In my opinion, it's sensible to support this common use case out of the box. Add libmariadbclient to `makedepends`.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fbadcd908de..12f38a7e159c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Sep 12 17:58:01 UTC 2016
+# Mon Sep 12 17:58:51 UTC 2016
pkgbase = opennebula
pkgdesc = Virtual management infrastructure as a service (IaaS) toolkit for cloud computing (NOTE: Read the PKGBUILD!)
pkgver = 5.0.2
@@ -13,6 +13,7 @@ pkgbase = opennebula
makedepends = xmlrpc-c>=1.31
makedepends = pkgconfig
makedepends = scons>=0.98
+ makedepends = libmariadbclient
depends = ruby>=1.8.7
depends = xmlrpc-c>=1.31
depends = openssl>=0.9.8