diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-29 15:51:49 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-29 15:54:56 +0100 |
commit | 0f77c9b6018c6c030be1333fce66de408b42569e (patch) | |
tree | 7d0572698bdcb87bf11020f9f3a11245558beb96 | |
parent | ffc01ee2d43ba91ea1a4823a3e937cee9a1b849f (diff) | |
download | aports-0f77c9b6018c6c030be1333fce66de408b42569e.tar.bz2 aports-0f77c9b6018c6c030be1333fce66de408b42569e.tar.xz |
testing/ruby-shoulda: fix deps
-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 c80e35cf8..196bd267b 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=0 +pkgrel=1 pkgdesc="Making tests easy on the fingers and eyes" url="https://github.com/thoughtbot/shoulda" arch="noarch" license="MIT" -depends="ruby" +depends="ruby ruby-shoulda-context ruby-shoulda-matchers" depends_dev= makedepends="$depends_dev ruby-gems" install="" |