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() {