summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2022-10-27 12:32:48 -0400
committerMario Finelli2022-10-27 12:32:48 -0400
commit78c3a92178334777e48a28defd0802ab8497c050 (patch)
tree9b463ee807ba9ec8adfab1f0268c1389885d697d
parent163ea5834affbff111b45024a16b6a53f7f63ed8 (diff)
downloadaur-ruby-rubocop-rspec.tar.gz
upgpkg: ruby-rubocop-rspec 2.14.2-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23cbdf12cf60..995de6352a90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-rubocop-rspec
pkgdesc = Code style checking for RSpec files
- pkgver = 2.13.2
+ pkgver = 2.14.2
pkgrel = 1
url = https://github.com/rubocop/rubocop-rspec
arch = any
@@ -9,6 +9,7 @@ pkgbase = ruby-rubocop-rspec
checkdepends = ruby-rake
checkdepends = ruby-rack
checkdepends = ruby-rspec
+ checkdepends = ruby-bump
checkdepends = ruby-rubocop-performance
checkdepends = ruby-rubocop-rake
checkdepends = ruby-yard
@@ -18,7 +19,7 @@ pkgbase = ruby-rubocop-rspec
depends = ruby-rubocop
depends = ruby-rubocop-ast
options = !emptydirs
- source = https://github.com/rubocop/rubocop-rspec/archive/v2.13.2/rubocop-rspec-2.13.2.tar.gz
- sha256sums = f595ec3384e2b1041dcb781bd8e45a1ad49228ff5670b7f95d94bcd216b5299a
+ source = https://github.com/rubocop/rubocop-rspec/archive/v2.14.2/rubocop-rspec-2.14.2.tar.gz
+ sha256sums = 24000396e7566936e9a2147c3b97b1f1bdda9270330522b85746c2a7f4153173
pkgname = ruby-rubocop-rspec
diff --git a/PKGBUILD b/PKGBUILD
index b494a2d18ff5..95d4cccbb4b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
_gemname=rubocop-rspec
pkgname=ruby-${_gemname}
-pkgver=2.13.2
+pkgver=2.14.2
pkgrel=1
pkgdesc="Code style checking for RSpec files"
arch=(any)
depends=(ruby ruby-rubocop ruby-rubocop-ast)
-checkdepends=(ruby-bundler ruby-rake ruby-rack ruby-rspec
+checkdepends=(ruby-bundler ruby-rake ruby-rack ruby-rspec ruby-bump
ruby-rubocop-performance ruby-rubocop-rake ruby-yard)
makedepends=(rubygems ruby-rdoc)
url=https://github.com/rubocop/rubocop-rspec
license=(MIT)
options=(!emptydirs)
source=(https://github.com/rubocop/rubocop-rspec/archive/v$pkgver/$_gemname-$pkgver.tar.gz)
-sha256sums=('f595ec3384e2b1041dcb781bd8e45a1ad49228ff5670b7f95d94bcd216b5299a')
+sha256sums=('24000396e7566936e9a2147c3b97b1f1bdda9270330522b85746c2a7f4153173')
prepare() {
cd $_gemname-$pkgver