summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Bradley LaBoon2021-02-02 09:45:40 -0500
committerL. Bradley LaBoon2021-02-02 09:45:40 -0500
commitce65d736c70a87a7e86b4e685982e08a21def47b (patch)
tree4597da5d57b7f18591e7ca1592bff2ad2f060267
parent9739a020bddf49750d6e78f96dc8a75655935ffe (diff)
downloadaur-ce65d736c70a87a7e86b4e685982e08a21def47b.tar.gz
Add git as a makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95a87d87d6eb..e8e80c3d5098 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 0e95f427c909..3a6d9f9f9d40 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)