Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-thread-local


Commits:
d83c1d83 by Andreas Schleifer at 2024-07-01T00:23:18+02:00
upgpkg: 1.1.0-3: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = ruby-thread-local
+       pkgdesc = Provides a class-level mixin to make thread local state easy
+       pkgver = 1.1.0
+       pkgrel = 3
+       url = https://github.com/socketry/thread-local
+       arch = any
+       license = MIT
+       checkdepends = ruby-bundler
+       checkdepends = ruby-covered
+       checkdepends = ruby-rspec
+       depends = ruby
+       options = !emptydirs
+       source = 
https://github.com/socketry/thread-local/archive/v1.1.0/ruby-thread-local-1.1.0.tar.gz
+       sha256sums = 
17124384a6b0253ed0c1103ef34297b1271cdbec504a8d3c4c8328ae982c7d3e
+
+pkgname = ruby-thread-local


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,19 @@
 
 pkgname=ruby-thread-local
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Provides a class-level mixin to make thread local state easy'
 arch=(any)
 url='https://github.com/socketry/thread-local'
 license=(MIT)
-depends=(ruby)
-checkdepends=(ruby-covered ruby-rspec)
+depends=(
+  ruby
+)
+checkdepends=(
+  ruby-bundler
+  ruby-covered
+  ruby-rspec
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/thread-local/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('17124384a6b0253ed0c1103ef34297b1271cdbec504a8d3c4c8328ae982c7d3e')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-thread-local/-/commit/d83c1d83d9284865848723473c7109f52b0a52a3

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


Reply via email to