Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-async-container
Commits:
f50e4351 by Andreas Schleifer at 2026-01-26T20:44:40+01:00
upgpkg: 0.29.1-1: closes #6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-async-container
pkgdesc = Abstract container-based parallelism using threads and
processes where appropriate
- pkgver = 0.27.7
+ pkgver = 0.29.1
pkgrel = 1
url = https://github.com/socketry/async-container
arch = any
@@ -11,12 +11,13 @@ pkgbase = ruby-async-container
checkdepends = ruby-bundler
checkdepends = ruby-covered
checkdepends = ruby-decode
+ checkdepends = ruby-metrics
checkdepends = ruby-sus
makedepends = git
depends = ruby
depends = ruby-async
options = !emptydirs
- source = git+https://github.com/socketry/async-container.git#tag=v0.27.7
- sha256sums =
5a77d56fa06a06b260fce968b4ac231f6a8598e5925b363e815f76d09701cd18
+ source = git+https://github.com/socketry/async-container.git#tag=v0.29.1
+ sha256sums =
461476e12c7d5ab08f93743027ad2bc725ead65e5b0763cba1276beca8bb432f
pkgname = ruby-async-container
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-async-container
-pkgver=0.27.7
+pkgver=0.29.1
pkgrel=1
pkgdesc='Abstract container-based parallelism using threads and processes
where appropriate'
arch=(any)
@@ -21,11 +21,12 @@ checkdepends=(
ruby-bundler
ruby-covered
ruby-decode
+ ruby-metrics
ruby-sus
)
options=(!emptydirs)
source=(git+https://github.com/socketry/async-container.git#tag=v$pkgver)
-sha256sums=('5a77d56fa06a06b260fce968b4ac231f6a8598e5925b363e815f76d09701cd18')
+sha256sums=('461476e12c7d5ab08f93743027ad2bc725ead65e5b0763cba1276beca8bb432f')
prepare() {
cd async-container
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-container/-/commit/f50e4351019cec9e4c65cb604228a43c52f1aeb0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-container/-/commit/f50e4351019cec9e4c65cb604228a43c52f1aeb0
You're receiving this email because of your account on gitlab.archlinux.org.