aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-rspec-support
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-29 15:45:13 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-30 00:55:22 +0100
commit00d47b98c0e560a3d63de578bcd462eb7a16fe7d (patch)
treef7bf303bb8f4890bef629b15648406a85fb1cc3a /community/ruby-rspec-support
parentaa43c67267888b2d6dce855836d5ad133ebb893d (diff)
downloadaports-00d47b98c0e560a3d63de578bcd462eb7a16fe7d.tar.bz2
aports-00d47b98c0e560a3d63de578bcd462eb7a16fe7d.tar.xz
community/ruby-rspec-support: upgrade to 3.9.1
Diffstat (limited to 'community/ruby-rspec-support')
-rw-r--r--community/ruby-rspec-support/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/ruby-rspec-support/APKBUILD b/community/ruby-rspec-support/APKBUILD
index ee410e9e44..d0f7012ac3 100644
--- a/community/ruby-rspec-support/APKBUILD
+++ b/community/ruby-rspec-support/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ruby-rspec-support
_gemname=${pkgname#ruby-}
-pkgver=3.9.0
+pkgver=3.9.1
pkgrel=0
pkgdesc="Support utilities for RSpec gems"
url="https://relishapp.com/rspec/rspec-support/"
@@ -15,14 +15,12 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/rspec/$_gemname/archive/v$pk
builddir="$srcdir/$_gemname-$pkgver"
build() {
- cd "$builddir"
gem build $_gemname.gemspec
}
package() {
local gemdir="$pkgdir/$(ruby -e 'puts Gem.default_dir')"
- cd "$builddir"
gem install --local \
--install-dir "$gemdir" \
--ignore-dependencies \
@@ -36,5 +34,5 @@ package() {
"$gemdir"/doc
}
-sha512sums="10e8fa4af59097891219f00e2ced5940e7a5bc67d946fbd348683d2246a4a491e62f7bac6bb757e14d82bb0ba970fe5633609ca4ab2c97c4900719b8004cf4b5 ruby-rspec-support-3.9.0.tar.gz
+sha512sums="d8267117c9e785766860d781d1e6190714f0d3bb378bf19def213d0807cdfa706f90ef54ff24e8e71ea1e14c6bfa175879250525d3baa7282d997bdc2aa13a0d ruby-rspec-support-3.9.1.tar.gz
e9d611ea1789e835f742aa92f1e668840139e2621898edf158dc53e111db4119a324da65d2d28f5c6e737c82f261f4adb3beb8c244ee01d2f618778ed62d3731 gemspec.patch"