mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ruby to 3.2.5-2
This commit is contained in:
parent
3520f499fa
commit
37cac794d7
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue