From 6fc85bbde0dfe85187ba1077b07c7eb5671b7e1c Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Mon, 22 Jan 2018 19:02:22 +0100 Subject: pcr/rbenv: updated to 1.1.1 --- pcr/rbenv/PKGBUILD | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'pcr/rbenv/PKGBUILD') diff --git a/pcr/rbenv/PKGBUILD b/pcr/rbenv/PKGBUILD index a8655df1b..1d8f5813e 100644 --- a/pcr/rbenv/PKGBUILD +++ b/pcr/rbenv/PKGBUILD @@ -1,20 +1,26 @@ +# Maintainer (AUR): Chris Down +# Contributor (AUR): Vladimir Chizhov +# Contributor (AUR): Jochen Schalanda +# Contributor (AUR): Ichimonji10 # Maintainer : Aurélien Desbrières -# Contributor: Vladimir Chizhov -# Contributor: Jochen Schalanda -# Contributor: Ichimonji10 + +# parabola changes and rationale: +# no changes. + pkgname=rbenv -pkgver=0.4.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="Simple Ruby version manager" arch=('any') -url="https://github.com/sstephenson/rbenv" +url="https://github.com/rbenv/rbenv" license=('MIT') depends=() optdepends=('ruby-build') conflicts=('rbenv-git') install="rbenv.install" noextract=("v${pkgver}") -source=("https://github.com/sstephenson/rbenv/tarball/v${pkgver}") +source=("https://github.com/rbenv/rbenv/tarball/v${pkgver}") +md5sums=('c95109ee20e70bf2955cf1cfffbcde75') build() { cd $srcdir @@ -38,4 +44,3 @@ package() { ln -s /usr/lib/rbenv/libexec/rbenv $pkgdir/usr/bin/ } - -- cgit v1.2.3