Tim Meusel pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-concurrent


Commits:
e8cb35d4 by Tim Meusel at 2024-05-25T16:34:36+02:00
upgpkg: 1.2.3-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = ruby-concurrent
+       pkgdesc = Modern concurrency tools including agents, futures, promises, 
thread pools, actors, supervisors, and more.
+       pkgver = 1.2.3
+       pkgrel = 1
+       url = https://github.com/ruby-concurrency/concurrent-ruby
+       arch = any
+       license = MIT
+       makedepends = ruby-rdoc
+       depends = ruby
+       optdepends = java-runtime>=8: jruby support
+       noextract = concurrent-ruby-1.2.3.gem
+       options = !emptydirs
+       source = https://rubygems.org/gems/concurrent-ruby-1.2.3.gem
+       sha512sums = 
644696300373709f2ed0c76a7abbfb989f2325578ebf92c3536419cf8e25b2defab251d60fd9f0ad6f9d79e102baac6578de4f2822d9cb0cf571ed2f7a05b9ea
+
+pkgname = ruby-concurrent


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _gemname='concurrent-ruby'
 pkgname='ruby-concurrent'
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc='Modern concurrency tools including agents, futures, promises, thread 
pools, actors, supervisors, and more.'
 arch=('any')
@@ -15,7 +15,7 @@ optdepends=('java-runtime>=8: jruby support')
 options=('!emptydirs')
 source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem";)
 noextract=("${_gemname}-${pkgver}.gem")
-sha512sums=('4767eba98096e1d792d982f5ad9eafb27bec81b0b089cf14280ecbff2fb6e384cfdb07386672d195d4e586c5334c51aa7ee62db0951cdf37b3dab2f6f39aa4d6')
+sha512sums=('644696300373709f2ed0c76a7abbfb989f2325578ebf92c3536419cf8e25b2defab251d60fd9f0ad6f9d79e102baac6578de4f2822d9cb0cf571ed2f7a05b9ea')
 
 package() {
   local _gemdir="$(ruby -e 'puts Gem.default_dir')"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-concurrent/-/commit/e8cb35d4b7d978422ec4b819680a9f19b190d245

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


Reply via email to