mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/ruby-enum: add missing dependency on ruby-i18n
This commit is contained in:
parent
f1d10c796c
commit
72e72c5658
@ -8,7 +8,7 @@ pkgdesc="A handy way to define enums in Ruby"
|
||||
url="https://github.com/dblock/ruby-enum"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="ruby"
|
||||
depends="ruby ruby-i18n"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/dblock/$pkgname/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
options="!check"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user