diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-14 19:21:01 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-14 19:21:35 +0000 |
commit | 4968056e8a413ec79838483ad6a98b5490364cd1 (patch) | |
tree | 82f8eaefd0ed6adb1d710b8edf57679d7cbcf056 /community | |
parent | 636308876fba3157e1a6625d329f9aca9982f62c (diff) | |
download | aports-4968056e8a413ec79838483ad6a98b5490364cd1.tar.bz2 aports-4968056e8a413ec79838483ad6a98b5490364cd1.tar.xz |
community/ruby-enum: reenable
ruby-json is missing as checkdepend, causing the tests to fail.
Diffstat (limited to 'community')
-rw-r--r-- | community/ruby-enum/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-enum/APKBUILD b/community/ruby-enum/APKBUILD index ca7d3d7018..97f34d3ded 100644 --- a/community/ruby-enum/APKBUILD +++ b/community/ruby-enum/APKBUILD @@ -6,10 +6,10 @@ pkgver=0.7.2 pkgrel=1 pkgdesc="A handy way to define enums in Ruby" url="https://github.com/dblock/ruby-enum" -arch="" # Test failures +arch="noarch" license="MIT" depends="ruby ruby-i18n" -checkdepends="ruby-rspec" +checkdepends="ruby-rspec ruby-json" source="$pkgname-$pkgver.tar.gz::https://github.com/dblock/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |