aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-rspec-core
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-06 07:25:37 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-06 07:46:49 -0300
commit74350cce9112e841f7b8ea44468af2d56835edf7 (patch)
treee01258e29d14dcc4f1b6ab6cd95096140087ed5e /community/ruby-rspec-core
parent12b9395c67566b649b641e1b11893299681a2d28 (diff)
downloadaports-74350cce9112e841f7b8ea44468af2d56835edf7.tar.bz2
aports-74350cce9112e841f7b8ea44468af2d56835edf7.tar.xz
community/ruby-rspec-core: upgrade to 3.8.2
Diffstat (limited to 'community/ruby-rspec-core')
-rw-r--r--community/ruby-rspec-core/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/ruby-rspec-core/APKBUILD b/community/ruby-rspec-core/APKBUILD
index ed3d6d549c..6a5adf3c0b 100644
--- a/community/ruby-rspec-core/APKBUILD
+++ b/community/ruby-rspec-core/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ruby-rspec-core
_gemname=${pkgname#ruby-}
-pkgver=3.8.1
+pkgver=3.8.2
pkgrel=0
pkgdesc="RSpec runner and formatters"
-url="https://relishapp.com/rspec/rspec-core/"
+url="https://relishapp.com/rspec/rspec-core/docs"
arch="noarch"
license="MIT"
depends="ruby ruby-rspec-support~=${pkgver%.*}"
@@ -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" \
--bindir "$pkgdir/usr/bin" \
@@ -37,5 +35,5 @@ package() {
"$gemdir"/doc
}
-sha512sums="fb9d6098e9c43b0fb0b7344521861c6095bee09d3fcaec526bed7b67f21cdff067a4a913f7cf17af9436587a20caab172670058785f138f50103708475057941 ruby-rspec-core-3.8.1.tar.gz
+sha512sums="2fe88ee3d66ecf134562dfa7b1001f23a1a750640c4f65cdec64d85dd735e0fde9d91479286f8f9c38064746813f41632d12d21b3926724ccd7c9ded50d2a7c8 ruby-rspec-core-3.8.2.tar.gz
e0cbcfddcc4c73d9b9673907e3b1a785b399c0b3b213761e9dbca9fadc55d50a88389eaf561f5603bd674eb94ce9f2ecf829d884eaa77df8ef1b565c0c7f25f2 gemspec.patch"