Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ruby-fakefs
Commits: 21fe5c38 by loqs at 2024-08-28T22:14:44+00:00 Drop use of ruby-bump and rubocop - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -16,14 +16,12 @@ makedepends=( ) checkdepends=( less - ruby-bump ruby-bundler ruby-irb ruby-maxitest ruby-pry ruby-rake ruby-rspec - ruby-rubocop ) options=(!emptydirs) source=(git+https://github.com/fakefs/fakefs.git#commit=$_commit) @@ -32,6 +30,10 @@ sha256sums=('SKIP') prepare() { cd fakefs sed -r -e 's|~>|>=|' -i fakefs.gemspec + + # Remove dependency on bump and rubocop + sed -r -e '/bump|rubocop/d' -i fakefs.gemspec + sed -r -e '/bump\/tasks/d;/rubocop\/rake_task/,+1d;/namespace :bump/,+4d' -i Rakefile } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-fakefs/-/commit/21fe5c38e36ac81234b944e99ab5b9873335976f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-fakefs/-/commit/21fe5c38e36ac81234b944e99ab5b9873335976f You're receiving this email because of your account on gitlab.archlinux.org.
