main/ruby-rake: upgrade to 13.2.1

This commit is contained in:
Jakub Jirutka 2024-04-28 01:00:24 +02:00
parent 9f597b58ad
commit 50ad5cc9ff

View File

@ -4,14 +4,14 @@ pkgname=ruby-rake
_gemname=rake _gemname=rake
# Keep version in sync with "Bundled gems" (https://stdgems.org) for the # Keep version in sync with "Bundled gems" (https://stdgems.org) for the
# packaged Ruby version. # packaged Ruby version.
pkgver=13.1.0 pkgver=13.2.1
pkgrel=0 pkgrel=0
pkgdesc="A Ruby task runner, inspired by make" pkgdesc="A Ruby task runner, inspired by make"
url="https://github.com/ruby/rake" url="https://github.com/ruby/rake"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="ruby" depends="ruby"
checkdepends="ruby-minitest" checkdepends="ruby-test-unit"
makedepends="ruby-rdoc" makedepends="ruby-rdoc"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://github.com/ruby/rake/archive/v$pkgver/$_gemname-$pkgver.tar.gz" source="https://github.com/ruby/rake/archive/v$pkgver/$_gemname-$pkgver.tar.gz"
@ -24,7 +24,7 @@ build() {
check() { check() {
# FIXME: Fix test_signal_propagation_in_tests # FIXME: Fix test_signal_propagation_in_tests
ruby -Ilib -Itest -e "Dir.glob('./test/**/test_*.rb', &method(:require))" -- \ ruby -Ilib -Itest -e "Dir.glob('./test/**/test_*.rb', &method(:require))" -- \
--exclude=test_signal_propagation_in_tests --ignore-name=test_signal_propagation_in_tests
} }
package() { package() {
@ -54,5 +54,5 @@ doc() {
} }
sha512sums=" sha512sums="
aaea4566834e588ff5cf9f48892cb7aea40f0057db949eb0053755b2f601d5c19073128aedb1f3c98cace441518bbf9bc215ba45d9135123d5b3a48a1625a995 rake-13.1.0.tar.gz 23948361713d751c6ed83fa84ce2c02031604d2c6f2f8d4db92a50ba2b614214f58b3c156066bb2653dd9728243493100cefbc76ee95ba377ccb90f696974952 rake-13.2.1.tar.gz
" "