Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-activesupport
Commits:
6188a345 by Andreas Schleifer at 2025-02-24T22:35:19+01:00
upgpkg: 8.0.1-1
- - - - -
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 = 6.1.7.6
- pkgrel = 3
+ pkgver = 8.0.1
+ pkgrel = 1
url = https://github.com/rails/rails/tree/master/activesupport
arch = any
license = MIT
@@ -11,14 +11,15 @@ pkgbase = ruby-activesupport
makedepends = ruby-rdoc
depends = ruby
depends = ruby-concurrent
+ depends = ruby-connection_pool
depends = ruby-i18n
depends = ruby-minitest
depends = ruby-tzinfo
depends = ruby-zeitwerk
options = !emptydirs
- source =
ruby-activesupport::git+https://github.com/rails/rails#tag=v6.1.7.6?signed
+ source =
ruby-activesupport::git+https://github.com/rails/rails#tag=v8.0.1?signed
validpgpkeys = 54FE550EA35E26D7C75362C1FC23B6D0F1EEE948
validpgpkeys = 4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6
- sha512sums = SKIP
+ sha512sums =
61674b9fe6328ec9f31a945c0aba6c43edd502bd799e931e49c1278468f87a86d2309aa2f55a5b63e8eabe89d36395d3ece9e7989770e4e631b74478213f93db
pkgname = ruby-activesupport
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_name=activesupport
pkgname=ruby-activesupport
-pkgver=6.1.7.6
-pkgrel=3
+pkgver=8.0.1
+pkgrel=1
pkgdesc='A collection of utility classes and standard library extensions'
arch=(any)
url="https://github.com/rails/rails/tree/master/activesupport"
@@ -11,6 +11,7 @@ license=(MIT)
depends=(
ruby
ruby-concurrent
+ ruby-connection_pool
ruby-i18n # NOTE: bootstrap without (circular dependency)
ruby-minitest
ruby-tzinfo
@@ -27,7 +28,7 @@ checkdepends=(
)
options=(!emptydirs)
source=($pkgname::git+https://github.com/rails/rails#tag=v$pkgver?signed)
-sha512sums=('SKIP')
+sha512sums=('61674b9fe6328ec9f31a945c0aba6c43edd502bd799e931e49c1278468f87a86d2309aa2f55a5b63e8eabe89d36395d3ece9e7989770e4e631b74478213f93db')
validpgpkeys=(
'54FE550EA35E26D7C75362C1FC23B6D0F1EEE948' # Rafael Mendonça França
<[email protected]>
'4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6' # Aaron Patterson
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-activesupport/-/commit/6188a345a4d11a16f7acff6e00166c1932d1ba49
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-activesupport/-/commit/6188a345a4d11a16f7acff6e00166c1932d1ba49
You're receiving this email because of your account on gitlab.archlinux.org.