diff options
-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 bbf30a7576..9f4845ce78 100644 --- a/testing/ruby-shoulda/APKBUILD +++ b/testing/ruby-shoulda/APKBUILD @@ -3,14 +3,14 @@ _gemname=shoulda pkgname=ruby-shoulda pkgver=3.5.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_dev="" -makedepends="ruby-dev ruby-gems" +makedepends="ruby-dev" install="" subpackages="" source="http://rubygems.org/downloads/$_gemname-$pkgver.gem" |