upgpkg: ruby-regexp_parser 2.6.0-1

This commit is contained in:
George Rawlinson 2022-09-27 13:59:21 +13:00
parent af88aad49f
commit 4dcde91b65
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
pkgname=ruby-regexp_parser
_gemname="${pkgname#ruby-}"
pkgver=2.5.0
pkgver=2.6.0
pkgrel=1
pkgdesc='A library for tokenizing, lexing, and parsing Ruby regular expressions'
arch=('any')
@ -13,13 +13,14 @@ makedepends=('ruby-rdoc')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
sha512sums=('850e0a7a6f64cd95f844fb80bf60bd0876364ee994a60d5dbd3b0fee9273c3d0995d421fe970685a11a6408e95372a17a8778c17f2cfe741cc86e3a9dc6d085a')
b2sums=('f214916dcd086c7718a09ca2fc1a7c79c0995a6c2da0e0e3f318caa2c6dd492a69e2b3307172e9bb978de29803d347b8f0fb98278940566594d167c00d5dc399')
sha512sums=('48f76e19cf8fe9d263eaf5441e3a15465ba137821204e876f05be8c1e9c1db1f6ef201107c1767ffcb5f77dfdc5d10886377f87bb2ea2438adf37109a633b48a')
b2sums=('7758a91fb66514e1ef2f60a6ed9a8566731b5b98d3aac35f76d65992b3157c99accb30465881999c13c72d9d7fe68893646fa419c0582a29602ab04e37563e7a')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"
gem install \
--local \
--verbose \
--ignore-dependencies \
--no-user-install \