mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Add git as a makedep
This commit is contained in:
parent
9739a020bd
commit
ce65d736c7
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.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
|
||||
|
|
|
|||
2
PKGBUILD
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue