index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 11:59:08 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 11:59:08 +0200 |
commit | ad08fdc694173319fa36e140c4df4a27f898b050 (patch) | |
tree | 597eb4e3148a00c98dcf4155696e30e26d6a0171 | |
parent | 76b119b9bad41d65f5e1cdbe3c0099f7093075b9 (diff) |
-rw-r--r-- | build-support/ruby-bootstrap/PKGBUILD | 4 |
diff --git a/build-support/ruby-bootstrap/PKGBUILD b/build-support/ruby-bootstrap/PKGBUILD index 41b72d8c..6cf710bd 100644 --- a/build-support/ruby-bootstrap/PKGBUILD +++ b/build-support/ruby-bootstrap/PKGBUILD @@ -39,11 +39,13 @@ check() { package_ruby-bootstrap() { pkgdesc='An object-oriented language for quick and easy programming' - depends=(gdbm openssl libffi libyaml libxcrypt gmp zlib rubygems ruby-stdlib-bootstrap ruby-bundledgems-bootstrap) + depends=(gdbm openssl libffi libyaml libxcrypt gmp zlib) optdepends=( 'ruby-docs: Ruby documentation' 'tk: for Ruby/TK' ) + provides=('ruby') + conflicts=('ruby') cd ruby-${pkgver} |