Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-irb


Commits:
3c641ecd by Levente Polyak at 2024-05-08T23:12:14+02:00
prepare irb for ruby 3.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,18 +3,18 @@
 
 _gemname='irb'
 pkgname="ruby-${_gemname}"
-pkgver=1.4.2
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Interactive Ruby command-line tool for REPL (Read Eval Print Loop).'
 arch=('any')
 url="https://github.com/ruby/${_gemname}";
 license=('RUBY' 'BSD-2')
 depends=('ruby' 'ruby-reline')
-makedepends=('ruby-rdoc')
-checkdepends=('ruby-rake')
+makedepends=('ruby-rdoc' ruby-bundler)
+checkdepends=('ruby-rake' ruby-debug)
 options=('!emptydirs')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e7726a3b55df7052a0921980fb093572ffecee7c735b91077cafd2a51d296ac69fd48b220d8c10928deff9cd76fd096dfbe50ee1be42c581d837710eee86eb53')
+sha512sums=('87fb5f30f32640dba32d7f8d9e4d3a255dbb36ab67b9947d0e88c29f5c65308040b62bf18d830012fdfcb1b7ed0feb42809a2eb7f8b4032c29f1ef46a6a4f164')
 
 prepare() {
   cd "${_gemname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-irb/-/commit/3c641ecd7e7ef7f229573d645f6b194352f5a018

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-irb/-/commit/3c641ecd7e7ef7f229573d645f6b194352f5a018
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to