mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/ruby to 2.1.1-2
This commit is contained in:
parent
4557d20df6
commit
e8851e3bb4
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue