Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / ruby-rspec-expectations
Commits: 04373900 by Antonio Rojas at 2023-12-26T18:02:00+01:00 upgpkg: 3.12.3-1: Update to 3.12.3 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = ruby-rspec-expectations + pkgdesc = Provides a readable API to express expected outcomes of a code example + pkgver = 3.12.3 + pkgrel = 1 + url = https://github.com/rspec/rspec-expectations + arch = any + license = MIT + depends = ruby-rspec-support + depends = ruby-diff-lcs + noextract = rspec-expectations-3.12.3.gem + options = !emptydirs + source = https://rubygems.org/downloads/rspec-expectations-3.12.3.gem + sha512sums = 58717c22078f09b9b5fce785cbc2b210a513067ede9210bc6391bc06325dfc8c1f6ffeffacbeed955ec556bada210b36ec236e49249dce96d3d20ed61258d009 + +pkgname = ruby-rspec-expectations ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _gemname=rspec-expectations pkgname=ruby-${_gemname} -pkgver=3.12.0 +pkgver=3.12.3 pkgrel=1 pkgdesc='Provides a readable API to express expected outcomes of a code example' url='https://github.com/rspec/rspec-expectations' @@ -13,7 +13,7 @@ depends=('ruby-rspec-support' 'ruby-diff-lcs') options=('!emptydirs') source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem) noextract=(${_gemname}-${pkgver}.gem) -sha512sums=('2372692c23c9b15a9073d1ae6d2fe0008de71609f447137c30c19c5a7c775ca11c071af7ba41905a0b70a2236e93ad07752d4884424be6c6a3172a02964aefa3') +sha512sums=('58717c22078f09b9b5fce785cbc2b210a513067ede9210bc6391bc06325dfc8c1f6ffeffacbeed955ec556bada210b36ec236e49249dce96d3d20ed61258d009') package() { local _gemdir="$(ruby -e'puts Gem.default_dir')" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rspec-expectations/-/commit/04373900f5dc649fad51556533b0e6dd64051114 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rspec-expectations/-/commit/04373900f5dc649fad51556533b0e6dd64051114 You're receiving this email because of your account on gitlab.archlinux.org.
