aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-rspec-mocks/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-rspec-mocks/APKBUILD')
-rw-r--r--community/ruby-rspec-mocks/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-rspec-mocks/APKBUILD b/community/ruby-rspec-mocks/APKBUILD
index a96924f9af..fb4db6e8b6 100644
--- a/community/ruby-rspec-mocks/APKBUILD
+++ b/community/ruby-rspec-mocks/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ruby-rspec-mocks
_gemname=${pkgname#ruby-}
pkgver=3.7.0
-pkgrel=0
+pkgrel=1
pkgdesc="RSpec's 'test double' framework, with support for stubbing and mocking"
url="https://relishapp.com/rspec/rspec-mocks/"
arch="noarch"
@@ -20,7 +20,7 @@ build() {
}
package() {
- local gemdir="$pkgdir/$(ruby -rubygems -e 'puts Gem.default_dir')"
+ local gemdir="$pkgdir/$(ruby -e 'puts Gem.default_dir')"
cd "$builddir"
gem install --local \