Date: Thursday, February 9, 2023 @ 22:01:58
  Author: felixonmars
Revision: 1399126

upgpkg: ruby-fakefs 2.1.0-1

Modified:
  ruby-fakefs/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-09 22:01:44 UTC (rev 1399125)
+++ PKGBUILD    2023-02-09 22:01:58 UTC (rev 1399126)
@@ -1,15 +1,16 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=ruby-fakefs
-pkgver=2.0.0
-_commit=b10c593f341ef08c0b36af3d521bcb1e82badb2b
-pkgrel=2
+pkgver=2.1.0
+_commit=af6e3123a790c4b20370c2177ec068e8a9e64e3e
+pkgrel=1
 pkgdesc='A fake filesystem. Use it in your tests.'
 arch=(any)
 url='https://github.com/fakefs/fakefs'
 license=(MIT)
 depends=(ruby)
-makedepends=(git ruby-bump ruby-maxitest ruby-rake ruby-rspec ruby-rubocop)
+makedepends=(git)
+checkdepends=(ruby-bump ruby-maxitest ruby-pry ruby-rake ruby-rspec 
ruby-rubocop)
 options=(!emptydirs)
 source=(git+https://github.com/fakefs/fakefs.git#commit=$_commit)
 sha256sums=('SKIP')

Reply via email to