index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-02 19:47:53 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-02 19:47:53 +0200 |
commit | 17af69e3a867a33f8fda44e425debc602020918d (patch) | |
tree | 9b6dd6b577fabb655db4c417c3396de24fafbfed /build-support | |
parent | 1d092d4bd37201a6054ef397137aa5b342200d14 (diff) |
-rw-r--r-- | build-support/ruby-bootstrap/PKGBUILD | 2 |
diff --git a/build-support/ruby-bootstrap/PKGBUILD b/build-support/ruby-bootstrap/PKGBUILD index d9627bb9..0d065625 100644 --- a/build-support/ruby-bootstrap/PKGBUILD +++ b/build-support/ruby-bootstrap/PKGBUILD @@ -41,7 +41,7 @@ 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 ruby-bundledgems) + depends=(gdbm openssl libffi libyaml libxcrypt gmp zlib rubygems ruby-stdlib-bootstrap ruby-bundledgems-bootstrap) optdepends=( 'ruby-docs: Ruby documentation' 'tk: for Ruby/TK' |