Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / ruby-vcr


Commits:
22108102 by Felix Yan at 2026-03-17T19:46:38+00:00
upgpkg: 6.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,9 +1,10 @@
 pkgbase = ruby-vcr
        pkgdesc = Record your test suite's HTTP interactions and replay them 
during future test runs for fast, deterministic, accurate tests.
-       pkgver = 6.3.0
+       pkgver = 6.3.1
        pkgrel = 1
        url = https://benoittgt.github.io/vcr
        arch = any
+       license = Hippocratic-2.1
        license = MIT
        makedepends = git
        makedepends = ruby-rspec
@@ -13,7 +14,7 @@ pkgbase = ruby-vcr
        depends = ruby
        depends = ruby-base64
        options = !emptydirs
-       source = git+https://github.com/vcr/vcr.git#tag=v6.3.0
-       sha256sums = 
a91d51345e898c493a918eebc4f84136ae468211cdacb6bd6c7d3f07a39453f3
+       source = git+https://github.com/vcr/vcr.git#tag=v6.3.1
+       sha256sums = 
897687f343127259723b118aac460526835f8a5b3685966f65df631977ec7cb0
 
 pkgname = ruby-vcr


=====================================
PKGBUILD
=====================================
@@ -1,21 +1,21 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=ruby-vcr
-pkgver=6.3.0
+pkgver=6.3.1
 pkgrel=1
 pkgdesc="Record your test suite's HTTP interactions and replay them during 
future test runs for fast, deterministic, accurate tests."
 arch=(any)
 url='https://benoittgt.github.io/vcr'
-license=(MIT)
+license=('Hippocratic-2.1' 'MIT')
 depends=('ruby' 'ruby-base64')
 makedepends=('git' 'ruby-rspec' 'ruby-test-unit' 'ruby-rake' 'ruby-pry')
 options=(!emptydirs)
 source=("git+https://github.com/vcr/vcr.git#tag=v$pkgver";)
-sha256sums=('a91d51345e898c493a918eebc4f84136ae468211cdacb6bd6c7d3f07a39453f3')
+sha256sums=('897687f343127259723b118aac460526835f8a5b3685966f65df631977ec7cb0')
 
 prepare() {
   cd vcr
-  sed -i 's|~>|>=|' -i vcr.gemspec
+  sed -i 's|~>|>=|' vcr.gemspec
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-vcr/-/commit/22108102a12c693b0ce0f7558e6c68de598f9013

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


Reply via email to