summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c331fd2ee3e4..030f433881fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,8 +24,8 @@ pkgbase = opennebula
depends = expat
depends = cdrkit
depends = log4cpp>=1.0
- depends = ruby-opennebula>=4.14.2,
- depends = ruby-sinatra,
+ depends = ruby-opennebula>=4.14.2
+ depends = ruby-sinatra
depends = ruby-builder
optdepends = nfs-utils: for using the shared file system storage model
optdepends = mariadb>=5.1: optional replacement for SQLite as the DB back-end
diff --git a/PKGBUILD b/PKGBUILD
index a2d449d000ab..0feee91082cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,8 +22,8 @@ depends=('ruby>=1.8.7'
'expat'
'cdrkit'
'log4cpp>=1.0'
- 'ruby-opennebula>=4.14.2',
- 'ruby-sinatra',
+ 'ruby-opennebula>=4.14.2'
+ 'ruby-sinatra'
'ruby-builder')
makedepends=('xmlrpc-c>=1.31'
'pkgconfig'