Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
ruby-maxitest
Commits:
4093d7ce by loqs at 2024-08-28T22:19:30+00:00
Drop use of ruby-bump and ruby-debug
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -15,15 +15,13 @@ depends=(
)
makedepends=(
git
- ruby-rake
- ruby-rspec
+ ruby-rdoc
)
checkdepends=(
procps-ng
- ruby-bump
ruby-bundler
- ruby-byebug
- ruby-debug
+ ruby-rake
+ ruby-rspec
)
options=(!emptydirs)
source=("git+$url.git?signed#commit=$_commit")
@@ -34,6 +32,9 @@ validpgpkeys=('72170F9E193D0A5A31DB742FB19DB1587D698ED7') #
Michael Grosser <mic
prepare() {
cd maxitest
git rm Gemfile.lock
+
+ # Remove dependency on bump and debug
+ sed -r -e '/bump|debug/d' -i Gemfile
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-maxitest/-/commit/4093d7ce24ae34b6c86ac9d62ef133b68accac14
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-maxitest/-/commit/4093d7ce24ae34b6c86ac9d62ef133b68accac14
You're receiving this email because of your account on gitlab.archlinux.org.