[arch-commits] Commit in ruby-irb/trunk (PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Wed Feb 16 17:11:27 UTC 2022


    Date: Wednesday, February 16, 2022 @ 17:11:27
  Author: anatolik
Revision: 1133488

FS#73525: add ruby-rdoc as a hard dependency of ruby-irb

Modified:
  ruby-irb/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-16 16:53:27 UTC (rev 1133487)
+++ PKGBUILD	2022-02-16 17:11:27 UTC (rev 1133488)
@@ -8,8 +8,7 @@
 arch=('any')
 url='https://github.com/ruby/irb'
 license=('BSD-2')
-depends=('ruby' 'ruby-reline')
-makedepends=('ruby-rdoc')
+depends=('ruby' 'ruby-reline' 'ruby-rdoc')
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
 noextract=("$_gemname-$pkgver.gem")



More information about the arch-commits mailing list