Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-byebug
Commits:
c2b3e7c1 by Andreas Schleifer at 2024-10-14T16:59:21+02:00
upgpkg: 11.1.3-5; fix dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = ruby-byebug
pkgdesc = A simple to use and feature rich debugger for Ruby
pkgver = 11.1.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/deivid-rodriguez/byebug
arch = x86_64
license = BSD
checkdepends = markdownlint
checkdepends = ruby-bundler
- checkdepends = ruby-irb
checkdepends = ruby-minitest
checkdepends = ruby-pry
checkdepends = ruby-rake
@@ -16,6 +15,7 @@ pkgbase = ruby-byebug
checkdepends = ruby-simplecov
checkdepends = ruby-yard
depends = ruby
+ depends = ruby-irb
options = !emptydirs
source =
https://github.com/deivid-rodriguez/byebug/archive/v11.1.3/ruby-byebug-11.1.3.tar.gz
source = minitest-5.16.patch
=====================================
PKGBUILD
=====================================
@@ -2,18 +2,18 @@
pkgname=ruby-byebug
pkgver=11.1.3
-pkgrel=4
+pkgrel=5
pkgdesc='A simple to use and feature rich debugger for Ruby'
arch=(x86_64)
url='https://github.com/deivid-rodriguez/byebug'
license=(BSD)
depends=(
ruby
+ ruby-irb
)
checkdepends=(
markdownlint
ruby-bundler
- ruby-irb
ruby-minitest
ruby-pry
ruby-rake
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-byebug/-/commit/c2b3e7c11583265aa8d3e82faed6caea52c5e878
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-byebug/-/commit/c2b3e7c11583265aa8d3e82faed6caea52c5e878
You're receiving this email because of your account on gitlab.archlinux.org.