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

Anatol Pomozov anatolik at archlinux.org
Wed Jan 8 17:06:04 UTC 2020


    Date: Wednesday, January 8, 2020 @ 17:06:03
  Author: anatolik
Revision: 372829

FS#62709: add irb to the default ruby package installation

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 14:44:23 UTC (rev 372828)
+++ PKGBUILD	2020-01-08 17:06:03 UTC (rev 372829)
@@ -44,7 +44,7 @@
 
 package_ruby() {
   pkgdesc='An object-oriented language for quick and easy programming'
-  depends=(gdbm openssl libffi libyaml gmp zlib rubygems)
+  depends=(gdbm openssl libffi libyaml gmp zlib rubygems ruby-irb)
   optdepends=(
       'ruby-docs: Ruby documentation'
       'tk: for Ruby/TK'



More information about the arch-commits mailing list