diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-29 16:09:08 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-29 16:09:15 +0100 |
commit | 518f1f71e27f1ba75e94d9282f01e76bb6a9f436 (patch) | |
tree | 53d4e20363e77c4a9c57d65a04cbf35a77b8e949 /testing/ruby-shoulda/APKBUILD | |
parent | 9d14dc59a9ae3b15adf98f07505aad99a00738c6 (diff) | |
download | aports-518f1f71e27f1ba75e94d9282f01e76bb6a9f436.tar.bz2 aports-518f1f71e27f1ba75e94d9282f01e76bb6a9f436.tar.xz |
testing/ruby-shoulda: remove deps
Diffstat (limited to 'testing/ruby-shoulda/APKBUILD')
-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 196bd267b6..97738c3549 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="" |