upgpkg: ruby-regexp_parser 2.5.0-1

primary
George Rawlinson 2022-06-15 00:35:10 +00:00
parent 0d214ed87e
commit 8323fbc61b
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 7 additions and 7 deletions

View File

@ -1,20 +1,20 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
_gemname=regexp_parser
pkgname=ruby-$_gemname
pkgver=2.2.1
pkgname=ruby-regexp_parser
_gemname="${pkgname#ruby-}"
pkgver=2.5.0
pkgrel=1
pkgdesc="A library for tokenizing, lexing, and parsing Ruby regular expressions"
pkgdesc='A library for tokenizing, lexing, and parsing Ruby regular expressions'
arch=('any')
url="https://github.com/ammar/regexp_parser"
url='https://github.com/ammar/regexp_parser'
license=('MIT')
depends=('ruby')
makedepends=('ruby-rdoc')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
sha512sums=('bb757d197aec8a1c3740ceaf54d44308639af5161564e6f5937fdae16ef358fef6d26fd65b2c549b7b3e5d1c5309b869940aae67379301c9044013e6469b6545')
b2sums=('bab842c83c2c1a7fd579d8e740ef7455448b58ddd645315dffe5cd0d0969e5eeb3e93d2987aac8c95ff3b3aee30233488ed62453cd49fe61431706546f4efd10')
sha512sums=('850e0a7a6f64cd95f844fb80bf60bd0876364ee994a60d5dbd3b0fee9273c3d0995d421fe970685a11a6408e95372a17a8778c17f2cfe741cc86e3a9dc6d085a')
b2sums=('f214916dcd086c7718a09ca2fc1a7c79c0995a6c2da0e0e3f318caa2c6dd492a69e2b3307172e9bb978de29803d347b8f0fb98278940566594d167c00d5dc399')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"