diff options
Diffstat (limited to 'community/ruby-i18n/APKBUILD')
-rw-r--r-- | community/ruby-i18n/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-i18n/APKBUILD b/community/ruby-i18n/APKBUILD index 9b898419ea..1a04f965e5 100644 --- a/community/ruby-i18n/APKBUILD +++ b/community/ruby-i18n/APKBUILD @@ -3,12 +3,12 @@ pkgname=ruby-i18n _gemname=${pkgname#ruby-} pkgver=1.5.2 -pkgrel=0 +pkgrel=1 pkgdesc="New wave Internationalization support for Ruby" url="https://github.com/svenfuchs/i18n" arch="noarch" license="MIT" -depends="ruby ruby-concurrent-ruby" +depends="ruby ruby-concurrent-ruby ruby-json" options="!check" # tests require additional deps that we don't have yet source="$pkgname-$pkgver.tar.gz::https://github.com/svenfuchs/$_gemname/archive/v$pkgver.tar.gz" builddir="$srcdir/$_gemname-$pkgver" |