[arch-commits] Commit in ruby-activesupport/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Jan 1 15:49:10 UTC 2020


    Date: Wednesday, January 1, 2020 @ 15:49:10
  Author: dvzrv
Revision: 545837

upgpkg: ruby-activesupport 6.0.2.1-2: Adding ruby-i18n to depends (but still not enabling tests in check() as it requires (at least) ruby-dalli, which pulls in a ton of dependencies itself).

Modified:
  ruby-activesupport/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-01 15:45:30 UTC (rev 545836)
+++ PKGBUILD	2020-01-01 15:49:10 UTC (rev 545837)
@@ -3,14 +3,15 @@
 _name=activesupport
 pkgname=ruby-activesupport
 pkgver=6.0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A collection of utility classes and standard library extensions'
 arch=('any')
 url="https://github.com/rails/rails/tree/master/activesupport"
 license=('MIT')
 # bootstrap activesupport without i18n (circular dependency)
-depends=('ruby' 'ruby-concurrent' 'ruby-tzinfo' 'ruby-zeitwerk')
+depends=('ruby' 'ruby-concurrent' 'ruby-i18n' 'ruby-tzinfo' 'ruby-zeitwerk')
 makedepends=('git' 'ruby-rake')
+# TODO: package ruby-dalli
 checkdepends=('ruby-minitest')
 options=(!emptydirs)
 source=("${pkgname}-${pkgver}::git+https://github.com/rails/rails#tag=v${pkgver}?signed")
@@ -31,6 +32,7 @@
 }
 
 # bootstrap activesupport without tests (circular dependency on i18n)
+# unspecified dependency on ruby-dalli: https://github.com/rails/rails/issues/38134
 # check() {
 #   cd "$pkgname-$pkgver/activesupport"
 #   rake test



More information about the arch-commits mailing list