diff options
Diffstat (limited to 'testing/ruby-shoulda')
-rw-r--r-- | testing/ruby-shoulda/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ruby-shoulda/APKBUILD b/testing/ruby-shoulda/APKBUILD index 196bd267b..97738c354 100644 --- a/testing/ruby-shoulda/APKBUILD +++ b/testing/ruby-shoulda/APKBUILD @@ -2,12 +2,12 @@ _gemname=shoulda pkgname=ruby-shoulda pkgver=2.11.0 -pkgrel=1 +pkgrel=0 pkgdesc="Making tests easy on the fingers and eyes" url="https://github.com/thoughtbot/shoulda" arch="noarch" license="MIT" -depends="ruby ruby-shoulda-context ruby-shoulda-matchers" +depends="ruby" depends_dev= makedepends="$depends_dev ruby-gems" install="" |