mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ruby to 2.1.3-2
This commit is contained in:
parent
09b0ba5aa6
commit
3f1ea8615d
1 changed files with 5 additions and 5 deletions
|
@ -7,20 +7,20 @@
|
|||
# - patch to fix running ruby on v5 (#705)
|
||||
|
||||
pkgname=('ruby' 'ruby-docs')
|
||||
pkgver=2.1.2
|
||||
pkgrel=1
|
||||
pkgver=2.1.3
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.ruby-lang.org/en/'
|
||||
license=('BSD' 'custom')
|
||||
# disable ruby tk since 1.9.3 it has caused a segfault on require 'tk'
|
||||
# https://bugs.ruby-lang.org/issues/8000
|
||||
# wait for upstream to start supporting tk 8.6
|
||||
makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml') # 'tk'
|
||||
makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml' 'ttf-dejavu') # 'tk'
|
||||
options=('!emptydirs' '!makeflags' 'staticlibs')
|
||||
source=("http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.bz2"
|
||||
source=("http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz"
|
||||
'gemrc'
|
||||
'0002-Use-only-unsigned-long-for-rb_serial_t.patch')
|
||||
md5sums=('29a615966c7feb6554be736e7dcd590c770ee692'
|
||||
md5sums=('d4e5447f0f6a5fda206cdadbfda470b97943ea7a'
|
||||
'6fb8e7a09955e0f64be3158fb4a27e7a'
|
||||
'f6f9c200c5e9afc4d5b21575da4821a2')
|
||||
|
||||
|
|
Loading…
Reference in a new issue