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


Commits:
3585977e by Andreas Schleifer at 2024-06-18T00:28:17+02:00
upgpkg: 0.13.3-3: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,23 @@
+pkgbase = ruby-patron
+       pkgdesc = Ruby HTTP client library based on libcurl
+       pkgver = 0.13.3
+       pkgrel = 3
+       url = https://github.com/toland/patron
+       arch = x86_64
+       license = MIT
+       makedepends = git
+       makedepends = ruby-bundler
+       makedepends = ruby-rake-compiler
+       makedepends = ruby-rack
+       makedepends = ruby-rspec
+       makedepends = ruby-puma
+       makedepends = ruby-yard
+       depends = curl
+       depends = ruby
+       options = !emptydirs
+       source = 
git+https://github.com/toland/patron.git#commit=6828083e8db2d2c5f7ea1db7143a9e1a9d13ef78
+       source = ruby-patron-puma-5.patch
+       sha256sums = SKIP
+       sha256sums = 
85977d0082234adb7b31308c4338f870a6ae30c3f2182c81d7c1736c33c0dc25
+
+pkgname = ruby-patron


=====================================
PKGBUILD
=====================================
@@ -3,13 +3,24 @@
 pkgname=ruby-patron
 pkgver=0.13.3
 _commit=6828083e8db2d2c5f7ea1db7143a9e1a9d13ef78
-pkgrel=2
+pkgrel=3
 pkgdesc='Ruby HTTP client library based on libcurl'
 arch=(x86_64)
 url='https://github.com/toland/patron'
 license=(MIT)
-depends=(ruby curl)
-makedepends=(git ruby-rake-compiler ruby-rack ruby-rspec ruby-puma ruby-yard)
+depends=(
+  curl
+  ruby
+)
+makedepends=(
+  git
+  ruby-bundler
+  ruby-rake-compiler
+  ruby-rack
+  ruby-rspec
+  ruby-puma
+  ruby-yard
+)
 options=(!emptydirs)
 source=(git+https://github.com/toland/patron.git#commit=$_commit
         $pkgname-puma-5.patch)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-patron/-/commit/3585977ee936e28cf2d45e55239c6d850be15e7b

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


Reply via email to