aboutsummaryrefslogtreecommitdiffstats
path: root/community/redmine/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/redmine/APKBUILD')
-rw-r--r--community/redmine/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/redmine/APKBUILD b/community/redmine/APKBUILD
index 541a6c753d..3e69b3541a 100644
--- a/community/redmine/APKBUILD
+++ b/community/redmine/APKBUILD
@@ -4,11 +4,13 @@
_railsver=4.2
pkgname=redmine
pkgver=3.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="Project management web application written in Ruby"
url="http://redmine.org"
arch="noarch"
license="GPL2"
+# ruby-io-console is part of ruby std package but splitted
+# seems bundler does not detect its missing
depends="ruby
ruby-actionpack-action_caching${_railsver}
ruby-actionpack-xml_parser${_railsver}
@@ -31,6 +33,8 @@ depends="ruby
ruby-rmagick
ruby-protected_attributes${_railsver}
ruby-roadie-rails
+
+ ruby-io-console
"
depends_dev=ruby-io-console
makedepends="$depends_dev"