Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-irb
Commits:
51796cd5 by Andreas Schleifer at 2024-11-24T13:54:33+01:00
upgpkg: 1.13.1-2; fix buildinfo
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-irb
pkgdesc = Interactive Ruby command-line tool for REPL (Read Eval Print
Loop).
pkgver = 1.13.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ruby/irb
arch = any
license = RUBY
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_gemname='irb'
pkgname="ruby-${_gemname}"
pkgver=1.13.1
-pkgrel=1
+pkgrel=2
pkgdesc='Interactive Ruby command-line tool for REPL (Read Eval Print Loop).'
arch=('any')
url="https://github.com/ruby/${_gemname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-irb/-/commit/51796cd5ce1edb6c85c77f5591e9f0569045df13
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-irb/-/commit/51796cd5ce1edb6c85c77f5591e9f0569045df13
You're receiving this email because of your account on gitlab.archlinux.org.