From e911e53c3a8a9cf7e457b9cc5a5354d46ab96860 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 5 Aug 2018 11:25:11 +0200 Subject: community/ruby-rspec*: use ~= instead of >= for components version --- community/ruby-rspec-expectations/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/ruby-rspec-expectations/APKBUILD') diff --git a/community/ruby-rspec-expectations/APKBUILD b/community/ruby-rspec-expectations/APKBUILD index ef1e322c73..87c4551727 100644 --- a/community/ruby-rspec-expectations/APKBUILD +++ b/community/ruby-rspec-expectations/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Provides a readable API to express expected outcomes of a code example url="https://relishapp.com/rspec/rspec-expectations/" arch="noarch" license="MIT" -depends="ruby ruby-diff-lcs ruby-rspec-support>=${pkgver%.*}.0" +depends="ruby ruby-diff-lcs ruby-rspec-support~=${pkgver%.*}" options="!check" # rspec's tests are written in rspec source="$pkgname-$pkgver.tar.gz::https://github.com/rspec/$_gemname/archive/v$pkgver.tar.gz gemspec.patch" -- cgit v1.2.3