upgpkg: ruby-slop 4.9.2-1

primary
George Rawlinson 2022-06-14 09:37:43 +12:00
parent 88bf4915f8
commit 55bda8eb12
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 6 deletions

View File

@ -1,19 +1,19 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
_gemname=slop
pkgname=ruby-$_gemname
pkgver=4.9.1
pkgname=ruby-slop
_gemname="${pkgname#ruby-}"
pkgver=4.9.2
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')
url="https://github.com/leejarvis/slop"
url='https://github.com/leejarvis/slop'
license=('MIT')
depends=('ruby')
makedepends=('ruby-rdoc')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
b2sums=('88bb3f013846b8574639f28b938845867b4fd22df4a8e20b33a8b1b6178a77f19ddf05d085d514dffd5868c10a7996bf79b53bcf6a6d55e4af69f4f59a591b1a')
b2sums=('bb104d0cd4cbb6201592b0c3d7f6d5273ffcdfaa30277fe4b794aefacc8f2d480feb54642d5c0609c1853d3f3afde75a1eeee4f0ff854d33251b1ebe6bbc26b7')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"