mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ruby to 2.7.1-1
This commit is contained in:
parent
2f32b95753
commit
619af3b7b5
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
# - patch to fix running ruby on 32-bit ARM
|
# - patch to fix running ruby on 32-bit ARM
|
||||||
|
|
||||||
pkgname=(ruby ruby-docs)
|
pkgname=(ruby ruby-docs)
|
||||||
pkgver=2.7.0
|
pkgver=2.7.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.ruby-lang.org/en/'
|
url='https://www.ruby-lang.org/en/'
|
||||||
|
@ -16,7 +16,7 @@ makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
|
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)
|
0001-Use-only-unsigned-long-for-rb_serial_t.patch)
|
||||||
sha512sums=('dd5690c631bf3a2b76cdc06902bcd76a89713a045e136debab9b8a81ff8c433bbb254aa09e4014ca1cf85a69ff4bcb13de11da5e40c224e7268be43ef2194af7'
|
sha512sums=('79f98b1ea98e0b10ec79da1883e8fc84d48ffe5c09ae945cbebde94365e35a589d919aac965f74d70ca7e21370ecee631ac5a8f9c4eac61d62f5aa629f27bf31'
|
||||||
'ae1a9e00ab3bfb1bf29cda872ddf6d64dd6ec5745bd25f00e3692a1d769dd81bbce8921ed63e0f5776ec3e610655087b739fde26ede9649c6c2e095b27381926')
|
'ae1a9e00ab3bfb1bf29cda872ddf6d64dd6ec5745bd25f00e3692a1d769dd81bbce8921ed63e0f5776ec3e610655087b739fde26ede9649c6c2e095b27381926')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -51,7 +51,7 @@ check() {
|
||||||
|
|
||||||
package_ruby() {
|
package_ruby() {
|
||||||
pkgdesc='An object-oriented language for quick and easy programming'
|
pkgdesc='An object-oriented language for quick and easy programming'
|
||||||
depends=(gdbm openssl libffi libyaml gmp zlib rubygems)
|
depends=(gdbm openssl libffi libyaml gmp zlib rubygems ruby-irb)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'ruby-docs: Ruby documentation'
|
'ruby-docs: Ruby documentation'
|
||||||
'tk: for Ruby/TK'
|
'tk: for Ruby/TK'
|
||||||
|
|
Loading…
Reference in a new issue