summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 062110cd2ae1..7f965444815b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ruby-install-git
- pkgdesc = Installs Ruby, JRuby, Rubinius, MagLev or mruby.
- pkgver = 0.5.0.r61.9e97cc9
+ pkgdesc = Installs Ruby, JRuby, Rubinius, TruffleRuby or mruby.
+ pkgver = 0.7.0.r7.ea2b8bb
pkgrel = 1
url = https://github.com/postmodern/ruby-install
arch = any
license = MIT
makedepends = git
- depends = bash
+ depends = bash>=3
depends = curl
depends = tar
depends = bzip2
diff --git a/PKGBUILD b/PKGBUILD
index 978830d64efd..b42a40bd5b04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
-# Maintainer: Aaron Tinio <aptinio at gmail dot com>
+# Maintainer: Jack Random <jack(at)random(dot)to>
+# previous maintainer: Aaron Tinio <aptinio at gmail dot com>
pkgname=ruby-install-git
-pkgver=0.5.0.r61.9e97cc9
+pkgver=0.7.0.r7.ea2b8bb
pkgrel=1
-pkgdesc="Installs Ruby, JRuby, Rubinius, MagLev or mruby."
+pkgdesc="Installs Ruby, JRuby, Rubinius, TruffleRuby or mruby."
arch=('any')
url="https://github.com/postmodern/${pkgname%-git}"
license=('MIT')
-depends=('bash' 'curl' 'tar' 'bzip2' 'gcc')
+depends=('bash>=3' 'curl' 'tar' 'bzip2' 'gcc')
makedepends=('git')
optdepends=('patch: for specifying any additional patches to apply')
provides=("${pkgname%-git}")