[arch-commits] Commit in ruby-rr/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Mar 19 19:06:23 UTC 2021


    Date: Friday, March 19, 2021 @ 19:06:23
  Author: foutrelis
Revision: 894922

upgpkg: ruby-rr 1.2.1-5: Ruby 3.0.0 rebuild (--nocheck bootstrap)

Modified:
  ruby-rr/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-19 19:05:40 UTC (rev 894921)
+++ PKGBUILD	2021-03-19 19:06:23 UTC (rev 894922)
@@ -3,7 +3,7 @@
 _gemname='rr'
 pkgname="ruby-${_gemname}"
 pkgver=1.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc='RR is a test double framework that features a rich selection of double techniques and a terse syntax'
 arch=('any')
 url='https://github.com/rr/rr'
@@ -10,8 +10,8 @@
 license=('MIT')
 # ruby-rr requires ruby-test-unit-rr to run it's tests.
 # ruby-test-unit-rr already has ruby-rr as a runtime dependency
-makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-bundler')
-checkdepends=('ruby-test-unit-rr' 'ruby-rspec' 'ruby-test-unit')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-bundler' 'ruby-rspec')
+checkdepends=('ruby-test-unit-rr' 'ruby-test-unit')
 depends=('ruby')
 options=(!emptydirs)
 source=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")



More information about the arch-commits mailing list