upgpkg: ruby-slop 4.9.2-1
This commit is contained in:
parent
88bf4915f8
commit
55bda8eb12
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
|
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
|
||||||
|
|
||||||
_gemname=slop
|
pkgname=ruby-slop
|
||||||
pkgname=ruby-$_gemname
|
_gemname="${pkgname#ruby-}"
|
||||||
pkgver=4.9.1
|
pkgver=4.9.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A simple option parser with an easy to remember syntax and friendly API"
|
pkgdesc='A simple option parser with an easy to remember syntax and friendly API'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/leejarvis/slop"
|
url='https://github.com/leejarvis/slop'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('ruby')
|
depends=('ruby')
|
||||||
makedepends=('ruby-rdoc')
|
makedepends=('ruby-rdoc')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
|
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
|
||||||
noextract=("$_gemname-$pkgver.gem")
|
noextract=("$_gemname-$pkgver.gem")
|
||||||
b2sums=('88bb3f013846b8574639f28b938845867b4fd22df4a8e20b33a8b1b6178a77f19ddf05d085d514dffd5868c10a7996bf79b53bcf6a6d55e4af69f4f59a591b1a')
|
b2sums=('bb104d0cd4cbb6201592b0c3d7f6d5273ffcdfaa30277fe4b794aefacc8f2d480feb54642d5c0609c1853d3f3afde75a1eeee4f0ff854d33251b1ebe6bbc26b7')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
||||||
|
|
Loading…
Reference in a new issue