Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
rubocop
Commits:
f2949066 by Andreas Schleifer at 2024-06-21T20:00:06+02:00
upgpkg: 1.39.0-4: fix dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,15 @@
pkgbase = rubocop
pkgdesc = A Ruby code style checking and code formatting tool
pkgver = 1.39.0
- pkgrel = 3
+ pkgrel = 4
url = https://rubocop.org/
arch = any
license = MIT
checkdepends = asciidoctor
checkdepends = procps-ng
+ checkdepends = ruby-bundler
checkdepends = ruby-bump
+ checkdepends = ruby-rake
checkdepends = ruby-rspec
checkdepends = ruby-rubocop-performance
checkdepends = ruby-rubocop-rake
@@ -23,6 +25,7 @@ pkgbase = rubocop
depends = ruby-parser
depends = ruby-rainbow
depends = ruby-regexp_parser
+ depends = ruby-rexml
depends = ruby-rubocop-ast
depends = ruby-ruby-progressbar
depends = ruby-unicode-display_width
=====================================
PKGBUILD
=====================================
@@ -2,14 +2,40 @@
pkgname="rubocop"
pkgver=1.39.0
-pkgrel=3
+pkgrel=4
pkgdesc='A Ruby code style checking and code formatting tool'
arch=('any')
url='https://rubocop.org/'
license=('MIT')
provides=('ruby-rubocop')
-depends=('ruby' 'ruby-memory_profiler' 'ruby-parallel' 'ruby-parser'
'ruby-rainbow' 'ruby-regexp_parser' 'ruby-rubocop-ast' 'ruby-ruby-progressbar'
'ruby-unicode-display_width')
-checkdepends=('asciidoctor' 'procps-ng' 'ruby-bump' 'ruby-rspec'
'ruby-rubocop-performance' 'ruby-rubocop-rake' 'ruby-rubocop-rspec'
'ruby-simplecov' 'ruby-stackprof' 'ruby-test-queue' 'ruby-webmock' 'ruby-yard')
+depends=(
+ ruby
+ ruby-memory_profiler
+ ruby-parallel
+ ruby-parser
+ ruby-rainbow
+ ruby-regexp_parser
+ ruby-rexml
+ ruby-rubocop-ast
+ ruby-ruby-progressbar
+ ruby-unicode-display_width
+)
+checkdepends=(
+ asciidoctor
+ procps-ng
+ ruby-bundler
+ ruby-bump
+ ruby-rake
+ ruby-rspec
+ ruby-rubocop-performance
+ ruby-rubocop-rake
+ ruby-rubocop-rspec
+ ruby-simplecov
+ ruby-stackprof
+ ruby-test-queue
+ ruby-webmock
+ ruby-yard
+)
options=('!emptydirs')
source=("https://github.com/rubocop/rubocop/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
"${pkgname}_fix_changelog_duplication.patch::https://github.com/rubocop/rubocop/commit/60dbfdb8897c74726a2d9336c1f812dff3a94ea4.patch")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rubocop/-/commit/f294906628abe2c9c7577641017b5d7afad3d2c9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rubocop/-/commit/f294906628abe2c9c7577641017b5d7afad3d2c9
You're receiving this email because of your account on gitlab.archlinux.org.