Date: Saturday, February 20, 2016 @ 14:39:43 Author: heftig Revision: 162720
3.15 Modified: rubinius/trunk/PKGBUILD rubinius/trunk/dirs.patch ------------+ PKGBUILD | 6 +++--- dirs.patch | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-20 13:15:02 UTC (rev 162719) +++ PKGBUILD 2016-02-20 13:39:43 UTC (rev 162720) @@ -3,7 +3,7 @@ pkgbase=rubinius pkgname=(rubinius rubinius-ruby) -pkgver=3.14 +pkgver=3.15 pkgrel=1 pkgdesc="Ruby runtime written in Ruby, designed for concurrency" arch=(i686 x86_64) @@ -14,9 +14,9 @@ options=(!emptydirs) source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2 gemrc dirs.patch) -sha256sums=('19043116e885c428041677f672f54480bba171da9d43f369d1c854cb794c8426' +sha256sums=('86ce6c330843f1a4fa1217e37d8898e10b90673838b7a2867e4e4d6d65599cef' '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614' - 'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9') + '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec') _common() { export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8" Modified: dirs.patch =================================================================== --- dirs.patch 2016-02-20 13:15:02 UTC (rev 162719) +++ dirs.patch 2016-02-20 13:39:43 UTC (rev 162720) @@ -1,8 +1,8 @@ -diff --git i/library/rbconfig.rb w/library/rbconfig.rb -index 2e0cbba..3d9327d 100644 ---- i/library/rbconfig.rb -+++ w/library/rbconfig.rb -@@ -16,12 +16,12 @@ module RbConfig +diff --git i/core/rbconfig.rb w/core/rbconfig.rb +index 8d23097..acd6ed8 100644 +--- i/core/rbconfig.rb ++++ w/core/rbconfig.rb +@@ -14,12 +14,12 @@ module RbConfig CONFIG["exec_prefix"] = "$(prefix)" CONFIG["bindir"] = Rubinius::BIN_PATH.dup CONFIG["sbindir"] = "$(exec_prefix)/sbin"
