From ce65d736c70a87a7e86b4e685982e08a21def47b Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Tue, 2 Feb 2021 09:45:40 -0500 Subject: [PATCH] Add git as a makedep --- .SRCINFO | 1 + PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)