mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to 3.2.2
This commit is contained in:
parent
ce65d736c7
commit
48ae8a1c3b
2 changed files with 5 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ruby-hiera-eyaml
|
||||
pkgdesc = OpenSSL Encryption backend for Hiera
|
||||
pkgver = 3.2.1
|
||||
pkgver = 3.2.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/voxpupuli/hiera-eyaml
|
||||
arch = any
|
||||
|
|
@ -10,9 +10,9 @@ pkgbase = ruby-hiera-eyaml
|
|||
depends = ruby
|
||||
depends = ruby-optimist
|
||||
depends = ruby-highline
|
||||
noextract = hiera-eyaml-3.2.1.gem
|
||||
noextract = hiera-eyaml-3.2.2.gem
|
||||
options = !emptydirs
|
||||
source = hiera-eyaml-3.2.1::git+https://github.com/voxpupuli/hiera-eyaml?signed#commit=d4c3e16bf678a70a38d657ecca5239872958558c
|
||||
source = hiera-eyaml-3.2.2::git+https://github.com/voxpupuli/hiera-eyaml?signed#tag=v3.2.2
|
||||
validpgpkeys = C10B6298A584A5632E254DA304D659E6BF1C4CC0
|
||||
sha256sums = SKIP
|
||||
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -2,9 +2,8 @@
|
|||
# Maintainer: Justin Dray <justin@dray.be>
|
||||
|
||||
_gemname=hiera-eyaml
|
||||
_commit='d4c3e16bf678a70a38d657ecca5239872958558c'
|
||||
pkgname=ruby-$_gemname
|
||||
pkgver=3.2.1
|
||||
pkgver=3.2.2
|
||||
pkgrel=1
|
||||
pkgdesc='OpenSSL Encryption backend for Hiera'
|
||||
arch=(any)
|
||||
|
|
@ -13,7 +12,7 @@ license=(MIT)
|
|||
depends=(ruby ruby-optimist ruby-highline)
|
||||
makedepends=(git ruby-rdoc)
|
||||
options=(!emptydirs)
|
||||
source=(${_gemname}-${pkgver}::git+https://github.com/voxpupuli/hiera-eyaml?signed#commit=${_commit})
|
||||
source=(${_gemname}-${pkgver}::git+https://github.com/voxpupuli/hiera-eyaml?signed#tag=v${pkgver})
|
||||
noextract=($_gemname-$pkgver.gem)
|
||||
validpgpkeys=('C10B6298A584A5632E254DA304D659E6BF1C4CC0')
|
||||
sha256sums=('SKIP')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue