aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-rspec-support/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-rspec-support/APKBUILD')
-rw-r--r--community/ruby-rspec-support/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-rspec-support/APKBUILD b/community/ruby-rspec-support/APKBUILD
index 327542cd66..cdc5e6c07f 100644
--- a/community/ruby-rspec-support/APKBUILD
+++ b/community/ruby-rspec-support/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ruby-rspec-support
_gemname=${pkgname#ruby-}
pkgver=3.7.0
-pkgrel=0
+pkgrel=1
pkgdesc="Support utilities for RSpec gems"
url="https://relishapp.com/rspec/rspec-support/"
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 \