mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/ruby2.7 to 2.7.6-1
This commit is contained in:
parent
33d6cb0d12
commit
21000451c6
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue