summaryrefslogtreecommitdiff
path: root/community/rubinius
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-30 03:34:59 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-30 03:34:59 +0000
commit53db844f5c8c3d0a6752bb40f65c613020084541 (patch)
treed910e83c076bbb5d07951bceaf8570aa2bcdea90 /community/rubinius
parentce34930a04e783323d0a92208729b9e5fa1994c5 (diff)
Mon Dec 30 03:31:50 UTC 2013
Diffstat (limited to 'community/rubinius')
-rw-r--r--community/rubinius/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/rubinius/PKGBUILD b/community/rubinius/PKGBUILD
index 593febc0a..1d4d24942 100644
--- a/community/rubinius/PKGBUILD
+++ b/community/rubinius/PKGBUILD
@@ -1,25 +1,25 @@
-# $Id: PKGBUILD 102860 2013-12-22 14:20:57Z heftig $
+# $Id: PKGBUILD 103201 2013-12-29 21:58:18Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgbase=rubinius
pkgname=(rubinius rubinius-ruby)
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
arch=(i686 x86_64)
url="http://rubini.us"
license=(custom)
depends=(llvm-libs libffi openssl libyaml)
-makedepends=(llvm ruby)
+makedepends=(llvm rubinius-ruby)
options=(!emptydirs)
source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
gemrc dirs.patch)
-sha256sums=('a49d596f889405e4fc511da64b8afe5eccfafdcee5ea99be15d3ad36290ec2ba'
+sha256sums=('b3426aa6996420f1d9d8a7926a94160b84d8bdf725793c64462b27b74f2f2acf'
'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
'93f3918dc2a5679e281e724f9b3cb712ffa784c1e52e6fa7ce75f74ce6655a66')
prepare() {
- export GEM_HOME="$srcdir/gemdir"
+ export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
cd $pkgbase-$pkgver
patch -Np1 -i ../dirs.patch
@@ -31,7 +31,7 @@ prepare() {
}
build() {
- export GEM_HOME="$srcdir/gemdir"
+ export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
cd $pkgbase-$pkgver
./configure --prefix=/usr \
@@ -46,7 +46,7 @@ build() {
}
check() {
- export GEM_HOME="$srcdir/gemdir"
+ export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
cd $pkgbase-$pkgver
rake vm:test || :
@@ -55,7 +55,7 @@ check() {
package_rubinius() {
optdepends=('ruby-docs: Ruby documentation')
- export GEM_HOME="$srcdir/gemdir"
+ export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
cd $pkgbase-$pkgver
DESTDIR="$pkgdir" rake install