ruby: update to 2.7.2.
This commit is contained in:
parent
11f0a84725
commit
99a8135ac9
1 changed files with 3 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
|||
_ruby_abiver=2.7.0
|
||||
|
||||
pkgname=ruby
|
||||
version=2.7.1
|
||||
revision=4
|
||||
version=2.7.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --disable-rpath
|
||||
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
|
||||
|
@ -17,7 +17,7 @@ homepage="http://www.ruby-lang.org/en/"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Ruby, BSD-2-Clause"
|
||||
distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=d703d58a67e7ed822d6e4a6ea9e44255f689a5b6ea6752d17e8d031849822202
|
||||
checksum=65a590313d244d48dc2ef9a9ad015dd8bc6faf821621bbb269aa7462829c75ed
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) # Broken on the builders but successfully built locally
|
||||
|
@ -105,7 +105,6 @@ post_install() {
|
|||
|
||||
ruby-devel-doc_package() {
|
||||
short_desc+=" - HTML C API documentation files"
|
||||
archs=noarch
|
||||
pkg_install() {
|
||||
if [ -d "${DESTDIR}/usr/share/doc" ]; then
|
||||
vmove usr/share/doc
|
||||
|
@ -133,7 +132,6 @@ ruby-devel_package() {
|
|||
ruby-ri_package() {
|
||||
depends="ruby-${version}_${revision}"
|
||||
short_desc="Ruby Interactive reference"
|
||||
archs=noarch
|
||||
pkg_install() {
|
||||
vmove usr/bin/ri
|
||||
if [ -d "${DESTDIR}/usr/share/ri" ]; then
|
||||
|
|
Loading…
Reference in a new issue