diff options
Diffstat (limited to 'main/ruby-activesupport')
-rw-r--r-- | main/ruby-activesupport/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby-activesupport/APKBUILD b/main/ruby-activesupport/APKBUILD index 408d3bd97..249435263 100644 --- a/main/ruby-activesupport/APKBUILD +++ b/main/ruby-activesupport/APKBUILD @@ -3,14 +3,14 @@ pkgname=ruby-activesupport _gemname=activesupport pkgver=4.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Utility classes and extension to the standard library" url="http://rubygems.org/gems/activesupport" arch="noarch" license="GPL" depends="ruby ruby-i18n ruby-multi_json" depends_dev= -makedepends="$depends_dev ruby-gems" +makedepends="$depends_dev ruby" install="" subpackages="" source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem" |