Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-fakefs


Commits:
e9c5b9af by Carl Smedstad at 2024-12-09T08:19:19+01:00
upgpkg: 2.7.1-1: Upstream release

https://github.com/fakefs/fakefs/releases/tag/v2.7.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = ruby-fakefs
        pkgdesc = A fake filesystem. Use it in your tests.
-       pkgver = 2.5.0
-       pkgrel = 5
+       pkgver = 2.7.1
+       pkgrel = 1
        url = https://github.com/fakefs/fakefs
        arch = any
        license = MIT
@@ -16,9 +16,7 @@ pkgbase = ruby-fakefs
        makedepends = ruby-rdoc
        depends = ruby
        options = !emptydirs
-       source = git+https://github.com/fakefs/fakefs.git#tag=v2.5.0
-       source = 
https://github.com/fakefs/fakefs/pull/496/commits/19fd2e70bf79911caa720954fc631d01294f330d.patch
-       sha256sums = 
0b850305eb820775a9411c4fe0da1dcff3e6ad419f1bb8041e6d69c7df9c46e6
-       sha256sums = 
707e8332660055bd21a524df979f6285c1a2058d54ab0011fbd82bcf2e34f847
+       source = git+https://github.com/fakefs/fakefs.git#tag=v2.7.1
+       sha256sums = 
bb02d47a314de9298b1c923330800a6d028e9c0889550e9f65fe863e6a958e35
 
 pkgname = ruby-fakefs


=====================================
PKGBUILD
=====================================
@@ -3,15 +3,13 @@
 
 pkgname=ruby-fakefs
 _pkgname=${pkgname#ruby-}
-pkgver=2.5.0
-pkgrel=5
+pkgver=2.7.1
+pkgrel=1
 pkgdesc='A fake filesystem. Use it in your tests.'
 arch=(any)
 url='https://github.com/fakefs/fakefs'
 license=(MIT)
-depends=(
-  ruby
-)
+depends=(ruby)
 makedepends=(
   git
   ruby-rdoc
@@ -26,19 +24,11 @@ checkdepends=(
   ruby-rspec
 )
 options=(!emptydirs)
-source=(
-  "git+$url.git#tag=v$pkgver"
-  # https://github.com/fakefs/fakefs/pull/496
-  
"https://github.com/fakefs/fakefs/pull/496/commits/19fd2e70bf79911caa720954fc631d01294f330d.patch";
-)
-sha256sums=('0b850305eb820775a9411c4fe0da1dcff3e6ad419f1bb8041e6d69c7df9c46e6'
-            '707e8332660055bd21a524df979f6285c1a2058d54ab0011fbd82bcf2e34f847')
+source=("git+$url.git#tag=v$pkgver")
+sha256sums=('bb02d47a314de9298b1c923330800a6d028e9c0889550e9f65fe863e6a958e35')
 
 prepare() {
   cd "$_pkgname"
-
-  patch --verbose --strip=1 
--input="../19fd2e70bf79911caa720954fc631d01294f330d.patch"
-
   sed -r -e 's|~>|>=|' -i fakefs.gemspec
   # Remove dependency on bump and rubocop
   sed -r -e '/bump|rubocop/d' -i fakefs.gemspec



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

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


Reply via email to