mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 02:27:14 +08:00
adding new dep to ruby
This commit is contained in:
parent
f3c3652c0a
commit
30de27a7f4
@ -7,13 +7,13 @@
|
||||
pkgname=('ruby' 'ruby-docs')
|
||||
pkgver=1.9.3_p194
|
||||
_pkgver=1.9.3-p194
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An object-oriented language for quick and easy programming"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.ruby-lang.org/en/"
|
||||
license=('custom')
|
||||
makedepends=('gdbm' 'db' 'openssl' 'zlib' 'readline' 'tk' 'libffi'
|
||||
'doxygen' 'graphviz')
|
||||
'doxygen' 'graphviz' 'libyaml')
|
||||
options=('!emptydirs')
|
||||
source=("ftp://ftp.ruby-lang.org/pub/ruby/1.9/${pkgname}-${_pkgver}.tar.bz2")
|
||||
md5sums=('2278eff4cfed3cbc0653bc73085caa34')
|
||||
@ -30,7 +30,7 @@ build() {
|
||||
|
||||
package_ruby()
|
||||
{
|
||||
depends=('gdbm' 'db' 'openssl' 'zlib' 'readline' 'libffi')
|
||||
depends=('gdbm' 'db' 'openssl' 'zlib' 'readline' 'libffi' 'libyaml')
|
||||
provides=('rubygems' 'rake')
|
||||
conflicts=('rubygems' 'rake')
|
||||
optdepends=('tk: for Ruby/TK')
|
||||
|
Loading…
Reference in New Issue
Block a user