diff options
-rw-r--r-- | pcr/redmine/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/redmine/PKGBUILD b/pcr/redmine/PKGBUILD index 62754f857..adbc748cf 100644 --- a/pcr/redmine/PKGBUILD +++ b/pcr/redmine/PKGBUILD @@ -1,16 +1,16 @@ +# Maintainer : Aurelien Desbrieres <aurelien@hackers.camp> # Contributor: mawcomw <mawcomw@gmail.com> -# Maintainer : Parabola Aurélien DESBRIÈRES <aurelien@hackers.camp> pkgname=redmine -pkgver=2.5.1 -pkgrel=1 +pkgver=2.6.0 +pkgrel=2 pkgdesc="A flexible project management web application. Written using the Ruby on Rails, it is cross-platform and cross-database." arch=('any') url="http://www.redmine.org" license=('GPL2') -#depends=('ruby') #makedepends=('glibc' 'dialog') #checkdepends=() +#depends=('ruby') optdepends=('ruby: a dynamic, interpreted, open source programming language' 'rvm: a command line tool to easily manage multiple Ruby environments' 'rbenv: another command line tool to easily manage multiple Ruby environments' |