extra/ruby to 2.5.0-1

This commit is contained in:
Kevin Mihelich 2018-01-05 20:51:04 +00:00
parent 869a776bfa
commit 6327e356df
2 changed files with 3 additions and 3 deletions

View file

@ -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')

View file

@ -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.'
}