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

Levente Polyak anthraxx at archlinux.org
Wed Feb 17 13:22:33 UTC 2021


    Date: Wednesday, February 17, 2021 @ 13:22:32
  Author: anthraxx
Revision: 862531

upgpkg: ruby-activesupport 6.1.2.1-2: readd i18n to gemspec for correct non bootstrap build

Modified:
  ruby-activesupport/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-17 13:06:05 UTC (rev 862530)
+++ PKGBUILD	2021-02-17 13:22:32 UTC (rev 862531)
@@ -3,7 +3,7 @@
 _name=activesupport
 pkgname=ruby-activesupport
 pkgver=6.1.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"
@@ -25,8 +25,6 @@
   cd "${pkgname}-${pkgver}/activesupport"
   # we don't do version pinning
   sed -r 's|~>|>=|g' -i "${_name}.gemspec"
-  # bootstrap activesupport (circular dependency on i18n)
-  sed -r '/i18n/d' -i "${_name}.gemspec"
 }
 
 build() {



More information about the arch-commits mailing list