summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2021-11-20 11:21:43 -0500
committerMario Finelli2021-11-20 11:21:43 -0500
commit0635fc7da2379e65372327c02e9b08f3ffc5c6cd (patch)
treeee3997968a5568be987b0ad00032ff7c48e408b8
parent35b712404467f8b58023da4a8f998c3fca45e6c5 (diff)
downloadaur-0635fc7da2379e65372327c02e9b08f3ffc5c6cd.tar.gz
upgpkg: ruby-rubocop-rspec 2.6.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2bc6fe15e3f..a865dd72ba4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-rubocop-rspec
pkgdesc = Code style checking for RSpec files
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 1
url = https://github.com/rubocop/rubocop-rspec
arch = any
@@ -18,7 +18,7 @@ pkgbase = ruby-rubocop-rspec
depends = ruby-rubocop
depends = ruby-rubocop-ast
options = !emptydirs
- source = https://github.com/rubocop/rubocop-rspec/archive/v2.5.0/rubocop-rspec-2.5.0.tar.gz
- sha256sums = 17aea198b1ec4e9daf1619ec1298b598de29948fd3269cae89187043d256408e
+ source = https://github.com/rubocop/rubocop-rspec/archive/v2.6.0/rubocop-rspec-2.6.0.tar.gz
+ sha256sums = 5740b3ffe6b45ed682d61043b09acc3814d44798c622318ce0c7708313a77eb1
pkgname = ruby-rubocop-rspec
diff --git a/PKGBUILD b/PKGBUILD
index c8ee1488dd60..16a6e67194f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=rubocop-rspec
pkgname=ruby-${_gemname}
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
pkgdesc="Code style checking for RSpec files"
arch=(any)
@@ -15,7 +15,7 @@ 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=('17aea198b1ec4e9daf1619ec1298b598de29948fd3269cae89187043d256408e')
+sha256sums=('5740b3ffe6b45ed682d61043b09acc3814d44798c622318ce0c7708313a77eb1')
prepare() {
cd $_gemname-$pkgver