extra/ruby to 2.1.1-2

This commit is contained in:
Kevin Mihelich 2014-03-24 15:42:37 +00:00
parent 4557d20df6
commit e8851e3bb4

View file

@ -9,7 +9,7 @@
pkgname=('ruby' 'ruby-docs')
pkgver=2.1.1
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
url='http://www.ruby-lang.org/en/'
license=('BSD' 'custom')
@ -55,7 +55,7 @@ check() {
package_ruby() {
pkgdesc='An object-oriented language for quick and easy programming'
depends=('gdbm' 'openssl' 'libffi' 'libyaml')
depends=('gdbm' 'openssl' 'libffi' 'libyaml' 'gmp' 'zlib')
optdepends=('ruby-docs: Ruby documentation') # 'tk: for Ruby/TK'
provides=('rubygems' 'rake')
conflicts=('rake')