summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16a6e67194f0..7622ee392147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=rubocop-rspec
pkgname=ruby-${_gemname}
-pkgver=2.6.0
+pkgver=2.7.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=('5740b3ffe6b45ed682d61043b09acc3814d44798c622318ce0c7708313a77eb1')
+sha256sums=('ae3e5b2e0d98151e6adaad2c576a3946adcd085ff1cad79538842875755905e5')
prepare() {
cd $_gemname-$pkgver