main/ruby-rake-compiler: move from community and rebuild against ruby 3.3.0

It's needed for main/ruby-racc.
This commit is contained in:
Jakub Jirutka 2023-12-26 18:50:44 +01:00
parent 46288b4958
commit 94e1d92f9b
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
pkgname=ruby-rake-compiler
_gemname=${pkgname#ruby-}
pkgver=1.2.5
pkgrel=0
pkgrel=1
pkgdesc="Provide a standard and simplified way to build and package Ruby extensions"
url="https://github.com/rake-compiler/rake-compiler"
arch="noarch"
@ -13,6 +13,7 @@ checkdepends="ruby-rspec"
source="$pkgname-$pkgver.tar.gz::https://github.com/rake-compiler/$_gemname/archive/v$pkgver.tar.gz
gemfile-remove-unwanted-files.patch"
builddir="$srcdir/$_gemname-$pkgver"
options="!check" # ruby-rspec is not in main
build() {
gem build $_gemname.gemspec