mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ruby to 2.5.0-1
This commit is contained in:
parent
869a776bfa
commit
6327e356df
2 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
|
||||
|
|
|
@ -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.'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue