Date: Sunday, October 30, 2022 @ 00:00:30 Author: felixonmars Revision: 1339377
upgpkg: ruby-llhttp-ffi 0.4.0-2: avoid building twice Modified: ruby-llhttp-ffi/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-29 23:48:49 UTC (rev 1339376) +++ PKGBUILD 2022-10-30 00:00:30 UTC (rev 1339377) @@ -3,7 +3,7 @@ pkgname=ruby-llhttp-ffi pkgver=0.4.0 _commit=5f39877658b3dc23beb79201be502e2a71588be0 -pkgrel=1 +pkgrel=2 pkgdesc='Ruby FFI bindings for llhttp' arch=(x86_64) url='https://github.com/metabahn/llhttp/' @@ -42,7 +42,7 @@ check() { local _gemdir="$(gem env gemdir)" cd llhttp-$_commit/ffi - GEM_HOME="tmp_install/$_gemdir" rake test + GEM_HOME="tmp_install/$_gemdir" rspec } package() {
