summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96af74187e7d..057ae226f48e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_gemname=ovirt-engine-sdk
pkgname=ruby-$_gemname
pkgver=4.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Ruby SDK for the oVirt Engine API.'
arch=(x86_64)
url='https://rubygems.org/gems/ovirt-engine-sdk'
license=(Apache-2.0)
-depends=(ruby-json)
+depends=(curl glibc icu libxml2 ruby ruby-json xz zlib)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)