David Runge pushed to branch main at Arch Linux / Packaging / Packages / ruby-activesupport
Commits: 8c591fee by David Runge at 2023-12-24T10:17:44+01:00 Use bash arrays with one entry per line for easier handling Signed-off-by: David Runge <[email protected]> - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -8,9 +8,18 @@ pkgdesc='A collection of utility classes and standard library extensions' arch=(any) url="https://github.com/rails/rails/tree/master/activesupport" license=(MIT) -# NOTE: bootstrap activesupport without i18n (circular dependency) -depends=(ruby ruby-concurrent ruby-i18n ruby-tzinfo ruby-zeitwerk ruby-minitest) -makedepends=(git ruby-rake) +depends=( + ruby + ruby-concurrent + ruby-i18n # NOTE: bootstrap without (circular dependency) + ruby-tzinfo + ruby-zeitwerk + ruby-minitest +) +makedepends=( + git + ruby-rake +) # TODO: package ruby-dalli checkdepends=(ruby-minitest) options=(!emptydirs) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-activesupport/-/commit/8c591feec51e635f89409fdd043ab384d39d6e7d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-activesupport/-/commit/8c591feec51e635f89409fdd043ab384d39d6e7d You're receiving this email because of your account on gitlab.archlinux.org.
