From 21000451c6d4b49efd1a0528141ee0470ea6d549 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 13 Apr 2022 00:24:44 +0000 Subject: [PATCH] community/ruby2.7 to 2.7.6-1 --- community/ruby2.7/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/ruby2.7/PKGBUILD b/community/ruby2.7/PKGBUILD index 2fcf939c8..10f445049 100644 --- a/community/ruby2.7/PKGBUILD +++ b/community/ruby2.7/PKGBUILD @@ -7,7 +7,7 @@ # - patch to fix running ruby on 32-bit ARM pkgname=ruby2.7 -pkgver=2.7.5 +pkgver=2.7.6 pkgrel=1 arch=(x86_64) pkgdesc='An object-oriented language for quick and easy programming, version 2.7' @@ -18,10 +18,10 @@ optdepends=( 'tk: for Ruby/TK' ) makedepends=(tk) -options=(!emptydirs) +options=(!emptydirs !lto) # Disable LTO until fixes for https://bugs.ruby-lang.org/issues/18062 released source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz 0001-Use-only-unsigned-long-for-rb_serial_t.patch) -sha512sums=('21c8a713e3ce115fc4c405113ac691ddcefc3419f528b93ca1ac59e7052c1b6e9e241da0e570e291e567f28f3d840824dbcc5967b216cbe7d6ca7a05580fa311' +sha512sums=('e86410b59d5917786fe43b00fd75dedd0e7f84611286b9274c542d2e562088fcee6bcc6c2596c30ccf793280d2bac6bfbb2619ef0513b3ca31f10f88684c7b1f' 'ae1a9e00ab3bfb1bf29cda872ddf6d64dd6ec5745bd25f00e3692a1d769dd81bbce8921ed63e0f5776ec3e610655087b739fde26ede9649c6c2e095b27381926') prepare() {