diff --git a/.SRCINFO b/.SRCINFO index 95a87d87d6eb9..e8e80c3d50980 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,6 +5,7 @@ pkgbase = ruby-hiera-eyaml url = https://github.com/voxpupuli/hiera-eyaml arch = any license = MIT + makedepends = git makedepends = ruby-rdoc depends = ruby depends = ruby-optimist diff --git a/PKGBUILD b/PKGBUILD index 0e95f427c909a..3a6d9f9f9d40a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ arch=(any) url='https://github.com/voxpupuli/hiera-eyaml' license=(MIT) depends=(ruby ruby-optimist ruby-highline) -makedepends=(ruby-rdoc) +makedepends=(git ruby-rdoc) options=(!emptydirs) source=(${_gemname}-${pkgver}::git+https://github.com/voxpupuli/hiera-eyaml?signed#commit=${_commit}) noextract=($_gemname-$pkgver.gem)