Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-rspec-rerun


Commits:
eb860e06 by loqs at 2024-08-28T21:52:50+00:00
Drop use of ruby-bump

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ arch=('any')
 license=('MIT')
 makedepends=('git' 'ruby-rdoc')
 depends=('ruby' 'ruby-rspec')
-checkdepends=('ruby-bundler' 'ruby-rake' 'ruby-rubocop' 'ruby-bump')
+checkdepends=('ruby-bundler' 'ruby-rake')
 options=('!emptydirs')
 source=(${pkgname}::git+https://github.com/dblock/${_name}.git#tag=v$pkgver)
 
sha512sums=('009a8ca9036a78d944fa1444484954be9f15f3683629c19cc50b004c7d4beb916a1c4ed3b2170e5d4e1b811f132ffcdd151cc5dbfaed3f7731fbdb875e71806d')
@@ -24,6 +24,9 @@ prepare() {
   # Don't depend on rubycop, it's just linting
   sed --in-place '/rubocop/d' "${_name}.gemspec"
   sed --in-place '/rubocop/Id' Rakefile
+
+  # Remove dependency on bump
+  sed --in-place '/bump/d' "${_name}.gemspec" Rakefile
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rspec-rerun/-/commit/eb860e06624abf5b818be07b90df187351714264

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rspec-rerun/-/commit/eb860e06624abf5b818be07b90df187351714264
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to