Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-async-process


Commits:
d4427cd8 by Andreas Schleifer at 2024-07-01T00:15:14+02:00
upgpkg: 1.3.1-3: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = ruby-async-process
+       pkgdesc = Asynchronous process spawning
+       pkgver = 1.3.1
+       pkgrel = 3
+       url = https://github.com/socketry/async-process
+       arch = any
+       license = MIT
+       checkdepends = ruby-async-rspec
+       checkdepends = ruby-bundler
+       checkdepends = ruby-covered
+       checkdepends = ruby-rspec
+       depends = ruby
+       depends = ruby-async
+       depends = ruby-async-io
+       options = !emptydirs
+       source = 
https://github.com/socketry/async-process/archive/v1.3.1/ruby-async-process-1.3.1.tar.gz
+       sha256sums = 
925f89b1fa5e9780098327a56b9210882c638fa4295a96079fd16f28cd25ee5a
+
+pkgname = ruby-async-process


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,22 @@
 
 pkgname=ruby-async-process
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Asynchronous process spawning'
 arch=(any)
 url='https://github.com/socketry/async-process'
 license=(MIT)
-depends=(ruby-async ruby-async-io)
-checkdepends=(ruby-async-rspec ruby-covered ruby-rspec)
+depends=(
+  ruby
+  ruby-async
+  ruby-async-io
+)
+checkdepends=(
+  ruby-async-rspec
+  ruby-bundler
+  ruby-covered
+  ruby-rspec
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/async-process/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('925f89b1fa5e9780098327a56b9210882c638fa4295a96079fd16f28cd25ee5a')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-process/-/commit/d4427cd84744279b7404c5036c81ffba5348a604

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-process/-/commit/d4427cd84744279b7404c5036c81ffba5348a604
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to