extra/ruby to 3.2.5-2

This commit is contained in:
David Beauchamp 2024-09-11 16:49:20 -04:00
parent 3520f499fa
commit 37cac794d7
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ruby
pkgdesc = An object-oriented language for quick and easy programming
pkgver = 3.2.5
pkgrel = 1
pkgrel = 2
url = https://www.ruby-lang.org/en/
arch = x86_64
license = BSD-2-Clause

View file

@ -19,7 +19,7 @@ pkgname=(
ruby-stdlib
)
pkgver=3.2.5
pkgrel=1
pkgrel=2
pkgdesc='An object-oriented language for quick and easy programming'
url='https://www.ruby-lang.org/en/'
arch=(x86_64)
@ -179,6 +179,7 @@ build() {
--with-dbm-type=gdbm_compat
make
make rdoc capi
}
check() {