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

2020-12-10 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 10, 2020 @ 17:33:52
  Author: anatolik
Revision: 773051

upgpkg: ruby-activesupport 6.1.0-1

Modified:
  ruby-activesupport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 17:25:04 UTC (rev 773050)
+++ PKGBUILD2020-12-10 17:33:52 UTC (rev 773051)
@@ -2,8 +2,8 @@
 
 _name=activesupport
 pkgname=ruby-activesupport
-pkgver=6.0.3.4
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
 pkgdesc='A collection of utility classes and standard library extensions'
 arch=('any')
 url="https://github.com/rails/rails/tree/master/activesupport";


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

2020-12-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 3, 2020 @ 18:29:40
  Author: anatolik
Revision: 769731

upgpkg: ruby-activesupport 6.0.3.4-2: Add missing dependency

Modified:
  ruby-activesupport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 18:26:35 UTC (rev 769730)
+++ PKGBUILD2020-12-03 18:29:40 UTC (rev 769731)
@@ -3,13 +3,13 @@
 _name=activesupport
 pkgname=ruby-activesupport
 pkgver=6.0.3.4
-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-i18n' 'ruby-tzinfo' 'ruby-zeitwerk')
+depends=('ruby' 'ruby-concurrent' 'ruby-i18n' 'ruby-tzinfo' 'ruby-zeitwerk' 
'ruby-minitest')
 makedepends=('git' 'ruby-rake')
 # TODO: package ruby-dalli
 checkdepends=('ruby-minitest')


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

2020-07-07 Thread Anatol Pomozov via arch-commits
Date: Wednesday, July 8, 2020 @ 04:00:53
  Author: anatolik
Revision: 660460

upgpkg: ruby-activesupport 6.0.3.2-1

Modified:
  ruby-activesupport/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 01:59:07 UTC (rev 660459)
+++ PKGBUILD2020-07-08 04:00:53 UTC (rev 660460)
@@ -2,7 +2,7 @@
 
 _name=activesupport
 pkgname=ruby-activesupport
-pkgver=6.0.3.1
+pkgver=6.0.3.2
 pkgrel=1
 pkgdesc='A collection of utility classes and standard library extensions'
 arch=('any')


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

2020-07-01 Thread David Runge via arch-commits
Date: Wednesday, July 1, 2020 @ 07:29:30
  Author: dvzrv
Revision: 657279

upgpkg: ruby-activesupport 6.0.3.1-1: Upgrading to 6.0.3.1.

Adding upstream maintainer pgp key id 
'4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6' by Aaron Patterson 
.

Modified:
  ruby-activesupport/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 07:27:39 UTC (rev 657278)
+++ PKGBUILD2020-07-01 07:29:30 UTC (rev 657279)
@@ -2,8 +2,8 @@
 
 _name=activesupport
 pkgname=ruby-activesupport
-pkgver=6.0.2.1
-pkgrel=2
+pkgver=6.0.3.1
+pkgrel=1
 pkgdesc='A collection of utility classes and standard library extensions'
 arch=('any')
 url="https://github.com/rails/rails/tree/master/activesupport";
@@ -16,7 +16,10 @@
 options=(!emptydirs)
 
source=("${pkgname}-${pkgver}::git+https://github.com/rails/rails#tag=v${pkgver}?signed";)
 sha512sums=('SKIP')
-validpgpkeys=('54FE550EA35E26D7C75362C1FC23B6D0F1EEE948') # Rafael Mendonça 
França 
+validpgpkeys=(
+  '54FE550EA35E26D7C75362C1FC23B6D0F1EEE948'  # Rafael Mendonça França 

+  '4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6'  # Aaron Patterson 

+)
 
 prepare() {
   cd "${pkgname}-${pkgver}/activesupport"


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

2020-01-01 Thread David Runge via arch-commits
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
===
--- PKGBUILD2020-01-01 15:45:30 UTC (rev 545836)
+++ PKGBUILD2020-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