Package Details: rbenv 1.2.0-1

Git Clone URL: https://aur.archlinux.org/rbenv.git (read-only, click to copy)
Package Base: rbenv
Description: Simple Ruby version manager
Upstream URL: https://github.com/rbenv/rbenv
Licenses: MIT
Conflicts: rbenv-git
Submitter: mirlord
Maintainer: cdown
Last Packager: cdown
Votes: 135
Popularity: 1.46
First Submitted: 2011-08-29 11:57 (UTC)
Last Updated: 2022-01-05 13:46 (UTC)

Dependencies (1)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

voyd commented on 2015-11-30 16:51 (UTC)

rbenv is a pretty active project, but it stopped tagging releases. Version 0.4.0 was released in January 2013. I'd advise everybody to switch to rbenv-git, which pulls the latest version. (Disclaimer: I wrote the rbenv-git package because of this)

voyd commented on 2015-11-30 16:36 (UTC)

@huma, zrl: as rbenv is a ruby application itself, it won't work without another ruby...

zrl commented on 2014-03-24 06:17 (UTC)

Just a note to those fish users out there: this version doesn't have fish support.

zrl commented on 2014-03-23 18:06 (UTC)

huma: I definitely think it should.

huma commented on 2013-12-27 14:01 (UTC)

Do you think rbenv should provides=('ruby')? Say if package A depends on ruby and you have rbenv installed, but no ruby from the main repository - it will complain about the missing dependency.

mirlord commented on 2013-03-31 06:35 (UTC)

Thanks to all of you, guys, for contributions. Sorry for the delay.

jaudet commented on 2013-03-31 03:12 (UTC)

Kudos, vdemeester. I've tweaked yours a bit by removing the ruby dependency and adding post_install() and post_remove() messages. https://github.com/Ichimonji10/PKGBUILDs/tree/master/rbenv

jaudet commented on 2013-03-31 00:26 (UTC)

The dependency on ruby is unnecessary. rbenv is written entirely in bash.

vdemeester commented on 2013-03-28 10:56 (UTC)

Hello maintainer, Here is an update version of this PKGBUILD : https://github.com/vdemeester/PKGBUILDs/tree/master/rbenv. Feel free to use it ;)