[arch-commits] Commit in ruby2.5/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Mar 29 15:16:09 UTC 2019


    Date: Friday, March 29, 2019 @ 15:16:08
  Author: svenstaro
Revision: 446028

upgpkg: ruby2.5 2.5.5-2

Remove rubygems dep as it is included in the package (FS#61440)

Modified:
  ruby2.5/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-29 14:23:15 UTC (rev 446027)
+++ PKGBUILD	2019-03-29 15:16:08 UTC (rev 446028)
@@ -8,11 +8,11 @@
 pkgname=ruby2.5
 pkgver=2.5.5
 pkgdesc='An object-oriented language for quick and easy programming (version 2.5)'
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='http://www.ruby-lang.org/en/'
 license=(BSD custom)
-depends=(gdbm openssl libffi libyaml gmp zlib rubygems)
+depends=(gdbm openssl libffi libyaml gmp zlib)
 optdepends=('tk: for Ruby/TK')
 makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
 options=(!emptydirs)



More information about the arch-commits mailing list