summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarvin Schlegel2019-02-13 23:13:59 +0100
committerMarvin Schlegel2019-02-13 23:13:59 +0100
commitd6445a940342d6cf7d841862f8869e64291ad5e4 (patch)
tree322c713478c386714880545070676b370b83f0e4 /PKGBUILD
parent472b0b690936b663c95bdb5969d173b26a0a038e (diff)
downloadaur-ruby-install-git.tar.gz
adopt package | update description to include truffleruby | deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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}")