upgpkg: ruby-parallel 1.22.1-1

primary
George Rawlinson 2022-06-14 09:36:32 +12:00
parent 5a06f89d04
commit 88bf4915f8
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 7 additions and 7 deletions

View File

@ -2,21 +2,21 @@
# Contributor: Mario Finelli <mario at finel dot li> # Contributor: Mario Finelli <mario at finel dot li>
# Contributor: Benjamin Chrétien <chretien dot b plus aur at gmail dot com> # Contributor: Benjamin Chrétien <chretien dot b plus aur at gmail dot com>
_gemname=parallel pkgname=ruby-parallel
pkgname=ruby-$_gemname _gemname="${pkgname#ruby-}"
pkgver=1.22.0 pkgver=1.22.1
pkgrel=1 pkgrel=1
pkgdesc="Ruby: parallel processing made simple and fast" pkgdesc='Ruby: parallel processing made simple and fast'
arch=('any') arch=('any')
url="https://github.com/grosser/parallel" url='https://github.com/grosser/parallel'
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")
sha512sums=('a72f5eb646ae91962e622333e4c36f46cd3e4b227b456b821bc86dbbf5a7e2e26a2b173b858bce0a55c663ea3e4eb3802406f1557ad78602be9befe9cfe83230') sha512sums=('b8e611cac5608d27e9d9d264575b2150af45240ef4503389b4a8d73443df0d8f8ca8a96f71e17208a84956aee47cc436eed80103f277d218444c3891167559eb')
b2sums=('3b1d89312141040428f0b62d049c99097a30854f70927dc64fdb921371ce0dfee19db3b62f221e6f571f86c6e03fd15036144f6f991b3f13d5f3bea86b04dbf3') b2sums=('96b84e236b222d2571a6bb463c91509fd33590e3d7634bf7be8e45c523fa29f5c3f7b7bf797c86b4faf0a93085469a5dbdb92fbb13382d739777ddb5b27e73d9')
package() { package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')" local _gemdir="$(ruby -e'puts Gem.default_dir')"