Date: Wednesday, January 25, 2017 @ 15:30:55 Author: heftig Revision: 209065
3.70-1 Modified: rubinius/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-25 15:18:02 UTC (rev 209064) +++ PKGBUILD 2017-01-25 15:30:55 UTC (rev 209065) @@ -3,7 +3,7 @@ pkgbase=rubinius pkgname=(rubinius rubinius-ruby) -pkgver=3.69 +pkgver=3.70 pkgrel=1 pkgdesc="Ruby runtime written in Ruby, designed for concurrency" arch=(x86_64) @@ -14,7 +14,7 @@ options=(!emptydirs) source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2 gemrc dirs.patch) -sha256sums=('2dcde5cb7ba1e1664f6bf902cd866d2564985536a0908caeac2e4099b6b255b2' +sha256sums=('e5b22ff6f19d7ac75d94e7503ae74c0bf9a3d249ce0e80480402cf7cbd2fea19' '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614' '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec') @@ -44,7 +44,7 @@ --preserve-prefix \ --without-rpath \ --bin-link bundle --bin-link bundler - rake build + "$GEM_HOME/bin/bundle" exec rake build } check() { @@ -57,7 +57,7 @@ _common - DESTDIR="$pkgdir" rake install + DESTDIR="$pkgdir" "$GEM_HOME/bin/bundle" exec rake install mkdir -p "$pkgdir/usr/share/ri" ln -s 2.4.0 "$pkgdir/usr/share/ri/2.3"
