Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / ruby-activesupport
Commits: 33265923 by Bert Peters at 2025-03-29T23:04:29+01:00 upgpkg: 8.0.1-4: missing dependency - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ruby-activesupport pkgdesc = A collection of utility classes and standard library extensions pkgver = 8.0.1 - pkgrel = 3 + pkgrel = 4 url = https://github.com/rails/rails/tree/master/activesupport arch = any license = MIT @@ -10,6 +10,7 @@ pkgbase = ruby-activesupport makedepends = ruby-rake makedepends = ruby-rdoc depends = ruby + depends = ruby-bigdecimal depends = ruby-concurrent depends = ruby-connection_pool depends = ruby-i18n ===================================== PKGBUILD ===================================== @@ -3,13 +3,14 @@ _name=activesupport pkgname=ruby-activesupport pkgver=8.0.1 -pkgrel=3 +pkgrel=4 pkgdesc='A collection of utility classes and standard library extensions' arch=(any) url="https://github.com/rails/rails/tree/master/activesupport" license=(MIT) depends=( ruby + ruby-bigdecimal ruby-concurrent ruby-connection_pool ruby-i18n # NOTE: bootstrap without (circular dependency) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-activesupport/-/commit/332659230cd07a1412b1937e1c157c2b88b7cc32 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-activesupport/-/commit/332659230cd07a1412b1937e1c157c2b88b7cc32 You're receiving this email because of your account on gitlab.archlinux.org.