Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ruby-async-container
Commits:
42085c8e by Felix Yan at 2026-06-17T22:45:32+08:00
upgpkg: 0.35.0-1
- - - - -
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.34.5
+ pkgver = 0.35.0
pkgrel = 1
url = https://github.com/socketry/async-container
arch = any
@@ -10,14 +10,13 @@ pkgbase = ruby-async-container
checkdepends = ruby-bake-test-external
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.34.5
- sha256sums =
6a97488725e11b0cea86aa7066711d9e82d2c778e4baf09009023c7b34f13e39
+ source = git+https://github.com/socketry/async-container.git#tag=v0.35.0
+ sha256sums =
8a6872a9929837def25ee281c5d1ac8a04f7d07dce981123f86f7dc6348ef5cb
pkgname = ruby-async-container
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-async-container
-pkgver=0.34.5
+pkgver=0.35.0
pkgrel=1
pkgdesc='Abstract container-based parallelism using threads and processes
where appropriate'
arch=(any)
@@ -20,13 +20,12 @@ checkdepends=(
ruby-bake-test-external
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=('6a97488725e11b0cea86aa7066711d9e82d2c778e4baf09009023c7b34f13e39')
+sha256sums=('8a6872a9929837def25ee281c5d1ac8a04f7d07dce981123f86f7dc6348ef5cb')
prepare() {
cd async-container
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-container/-/commit/42085c8ef045da3a8ffa4c5ab422ab1d0dce7402
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-container/-/commit/42085c8ef045da3a8ffa4c5ab422ab1d0dce7402
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help