summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2021-12-31 10:08:16 -0500
committerMario Finelli2021-12-31 10:08:16 -0500
commite9371a155a0f2b34f8a9af52628e05cc69f61c32 (patch)
treebebe99ad21810574a9dab012f9194d8c0ca3b1c3
parent2c0b1c85066b6f16711825243aab0c007ed3d95b (diff)
downloadaur-e9371a155a0f2b34f8a9af52628e05cc69f61c32.tar.gz
upgpkg: ruby-rubocop-rails 2.13.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f380ecab0af7..9ee636c1aa34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-rubocop-rails
pkgdesc = Automatic Rails code style checking tool
- pkgver = 2.12.4
+ pkgver = 2.13.0
pkgrel = 1
url = https://docs.rubocop.org/rubocop-rails/
arch = any
@@ -20,7 +20,7 @@ pkgbase = ruby-rubocop-rails
depends = ruby-activesupport
depends = ruby-rack
options = !emptydirs
- source = https://github.com/rubocop/rubocop-rails/archive/v2.12.4/rubocop-rails-2.12.4.tar.gz
- sha256sums = b3af1bb8025b5b78e60a7b5af66e331cfd23f8b8afcf27ce838cd7e1db784787
+ source = https://github.com/rubocop/rubocop-rails/archive/v2.13.0/rubocop-rails-2.13.0.tar.gz
+ sha256sums = 53408837d895b7e756e0e3a98187eb587f11f2699e18d9e257638fe05d9fe69c
pkgname = ruby-rubocop-rails
diff --git a/PKGBUILD b/PKGBUILD
index 336029efcb8a..505c98734d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=rubocop-rails
pkgname=ruby-${_gemname}
-pkgver=2.12.4
+pkgver=2.13.0
pkgrel=1
pkgdesc="Automatic Rails code style checking tool"
arch=(any)
@@ -14,7 +14,7 @@ url=https://docs.rubocop.org/rubocop-rails/
license=(MIT)
options=(!emptydirs)
source=(https://github.com/rubocop/rubocop-rails/archive/v$pkgver/$_gemname-$pkgver.tar.gz)
-sha256sums=('b3af1bb8025b5b78e60a7b5af66e331cfd23f8b8afcf27ce838cd7e1db784787')
+sha256sums=('53408837d895b7e756e0e3a98187eb587f11f2699e18d9e257638fe05d9fe69c')
prepare() {
cd $_gemname-$pkgver
@@ -22,6 +22,7 @@ prepare() {
sed -i '/simplecov/d' Gemfile
sed -i "s/, github: 'rubocop\/rubocop'//" Gemfile
sed -i 's|git ls-files|find|' ${_gemname}.gemspec
+ sed -i 's|~>|>=|g' Gemfile
}
build() {