From 6327e356df68e0557ef5de34b3fa275c2a061f5d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 5 Jan 2018 20:51:04 +0000 Subject: [PATCH] extra/ruby to 2.5.0-1 --- extra/ruby/PKGBUILD | 4 ++-- extra/ruby/ruby.install | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/ruby/PKGBUILD b/extra/ruby/PKGBUILD index 0324f49c0..42ae20708 100644 --- a/extra/ruby/PKGBUILD +++ b/extra/ruby/PKGBUILD @@ -7,7 +7,7 @@ # - patch to fix running ruby on v5 (#705) pkgname=(ruby ruby-docs) -pkgver=2.4.3 +pkgver=2.5.0 pkgrel=1 arch=(x86_64) url='http://www.ruby-lang.org/en/' @@ -17,7 +17,7 @@ options=(!emptydirs) source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz gemrc 0002-Use-only-unsigned-long-for-rb_serial_t.patch) -sha1sums=('f0a49dddb4e7903a11a80554fd7a317a854cd365' +sha1sums=('9c7babcf9e299be3f197d9091024ae458f1a1273' 'dc536754c8fac2c3d82965c5a708cd8f79562d98' '21a73f5a6009c038c14119864289d79c16545256') diff --git a/extra/ruby/ruby.install b/extra/ruby/ruby.install index ce78e96ec..165936c23 100644 --- a/extra/ruby/ruby.install +++ b/extra/ruby/ruby.install @@ -3,7 +3,7 @@ print_gem_default_target() { echo 'The default location of gem installs is $HOME/.gem/ruby' echo 'Add the following line to your PATH if you plan to install using gem' - echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin' + echo '$(ruby -e "puts Gem.user_dir")/bin' echo 'If you want to install to the system wide location, you must either:' echo 'edit /etc/gemrc or run gem with the --no-user-install flag.' }