diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-15 04:49:59 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-15 04:57:29 +0000 |
commit | 364e2c23534df032c476912551ae4679694d018f (patch) | |
tree | e15cdbc79b9520640008c557e46d03a2c6b77aef /community/ruby-i18n | |
parent | 6238e80f8dba4e65969188d7cd2a9b6208706f1f (diff) | |
download | aports-364e2c23534df032c476912551ae4679694d018f.tar.bz2 aports-364e2c23534df032c476912551ae4679694d018f.tar.xz |
community/ruby-i18n: add missing json dependency
Diffstat (limited to 'community/ruby-i18n')
-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" |