From 37cac794d713a636c480bb75d449c83428f1d7dd Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Wed, 11 Sep 2024 16:49:20 -0400 Subject: [PATCH] extra/ruby to 3.2.5-2 --- extra/ruby/.SRCINFO | 2 +- extra/ruby/PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extra/ruby/.SRCINFO b/extra/ruby/.SRCINFO index 01d3ecca0..259975492 100644 --- a/extra/ruby/.SRCINFO +++ b/extra/ruby/.SRCINFO @@ -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 diff --git a/extra/ruby/PKGBUILD b/extra/ruby/PKGBUILD index 8b473dead..45674442f 100644 --- a/extra/ruby/PKGBUILD +++ b/extra/ruby/PKGBUILD @@ -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() {