diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-14 07:23:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-14 07:23:12 +0000 |
commit | 5c7b0fb6fa6fbfa724b0424882d8fb45b1bd6cea (patch) | |
tree | 5707376cd7aa3f1fb8d157e480f03e6379bcde3b /testing/ruby-test-unit | |
parent | bd0d334db07e7accf7696d0d7663e382829cfead (diff) | |
download | aports-5c7b0fb6fa6fbfa724b0424882d8fb45b1bd6cea.tar.bz2 aports-5c7b0fb6fa6fbfa724b0424882d8fb45b1bd6cea.tar.xz |
testing/ruby-test-unit: remove ruby-gems dep
Diffstat (limited to 'testing/ruby-test-unit')
-rw-r--r-- | testing/ruby-test-unit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ruby-test-unit/APKBUILD b/testing/ruby-test-unit/APKBUILD index 34c6a4d76d..e8bd3f79ee 100644 --- a/testing/ruby-test-unit/APKBUILD +++ b/testing/ruby-test-unit/APKBUILD @@ -3,14 +3,14 @@ _gemname=test-unit pkgname=ruby-test-unit pkgver=2.5.5 -pkgrel=0 +pkgrel=1 pkgdesc="A xUnit family unit testing framework for Ruby" url="http://test-unit.rubyforge.org" arch="noarch" license="MIT" depends="ruby" depends_dev= -makedepends="$depends_dev ruby-gems" +makedepends="$depends_dev" install="" subpackages="" source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem" |