From ad08fdc694173319fa36e140c4df4a27f898b050 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Oct 2022 11:59:08 +0200 Subject: build-support/ruby-bootstrap: fix depends,conflicts and provides --- build-support/ruby-bootstrap/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build-support') 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} -- cgit v1.2.3-54-g00ecf