Tim Meusel pushed to branch main at Arch Linux / Packaging / Packages / ruby-cri


Commits:
00a21a33 by Tim Meusel at 2024-06-08T17:21:05+02:00
upgpkg: 2.15.11-4

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,23 @@
+pkgbase = ruby-cri
+       pkgdesc = Library for building easy-to-use command-line tools with 
support for nested commands
+       pkgver = 2.15.11
+       pkgrel = 4
+       url = https://github.com/ddfreyne/cri
+       arch = any
+       license = MIT
+       checkdepends = ruby-minitest
+       makedepends = ruby-rdoc
+       makedepends = ruby-yard
+       makedepends = ruby-rake
+       depends = ruby
+       options = !emptydirs
+       source = 
https://github.com/ddfreyne/cri/archive/2.15.11/cri-2.15.11.tar.gz
+       source = 
https://github.com/denisdefreyne/cri/commit/04c8aae3d34d47977db041a59520c560bc59b827.patch
+       source = Rakefile.patch
+       source = disable-coveralls.patch
+       sha512sums = 
01b4f1fac629cf8a26c858fe0a6de3c985896946fe27cb4207b42d3d32babb24c633fc24ff7e45715b528ba4333b6cc17ff580d8a5d2bf01441c010b51487ebd
+       sha512sums = 
0f892e3aeec36ab5ef6cb317e6fa57578609f4528d82de8df159506f309fa9128a94f0a453a6556486f23b0922f2f8a181a08c6bf21bfefbd14244272242344b
+       sha512sums = 
44d3db7dfda851d432ff293e178c31e513dfd902cbbf3c7862857b479562f091cd8afcac7c68a4fb4c825286fd6d62c5956be54eeb4e1640cf04bb7d1f71d764
+       sha512sums = 
a6ff67046e306b199973754f5526367df5d4b1420ed1cb387a35756d1558eda92e0de481ebb83051cb0126f0c1565bcd4192c9808344a2cb8c212a66bbacb680
+
+pkgname = ruby-cri


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 _gemname='cri'
 pkgname="ruby-${_gemname}"
 pkgver=2.15.11
-pkgrel=3
+pkgrel=4
 pkgdesc='Library for building easy-to-use command-line tools with support for 
nested commands'
 arch=('any')
 url='https://github.com/ddfreyne/cri'
@@ -14,9 +14,10 @@ makedepends=('ruby-rdoc' 'ruby-yard' 'ruby-rake')
 checkdepends=('ruby-minitest')
 depends=('ruby')
 options=(!emptydirs)
-source=("${url}/archive/${pkgver}/${_gemname}-${pkgver}.tar.gz" 
'Rakefile.patch' 'disable-coveralls.patch')
+source=("${url}/archive/${pkgver}/${_gemname}-${pkgver}.tar.gz" 
'https://github.com/denisdefreyne/cri/commit/04c8aae3d34d47977db041a59520c560bc59b827.patch'
 'Rakefile.patch' 'disable-coveralls.patch')
 
 
sha512sums=('01b4f1fac629cf8a26c858fe0a6de3c985896946fe27cb4207b42d3d32babb24c633fc24ff7e45715b528ba4333b6cc17ff580d8a5d2bf01441c010b51487ebd'
+            
'0f892e3aeec36ab5ef6cb317e6fa57578609f4528d82de8df159506f309fa9128a94f0a453a6556486f23b0922f2f8a181a08c6bf21bfefbd14244272242344b'
             
'44d3db7dfda851d432ff293e178c31e513dfd902cbbf3c7862857b479562f091cd8afcac7c68a4fb4c825286fd6d62c5956be54eeb4e1640cf04bb7d1f71d764'
             
'a6ff67046e306b199973754f5526367df5d4b1420ed1cb387a35756d1558eda92e0de481ebb83051cb0126f0c1565bcd4192c9808344a2cb8c212a66bbacb680')
 
@@ -28,6 +29,10 @@ prepare() {
   # all those tools aren't required to build and test the software, also we 
don't have them in the repos.
   patch --forward --verbose --strip=1 --input='../Rakefile.patch'
   patch --forward --verbose --strip=1 --input='../disable-coveralls.patch'
+
+  # 
https://github.com/denisdefreyne/cri/commit/04c8aae3d34d47977db041a59520c560bc59b827
+  # https://github.com/denisdefreyne/cri/issues/116
+  patch --forward --verbose --strip=1 
--input='../04c8aae3d34d47977db041a59520c560bc59b827.patch'
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-cri/-/commit/00a21a331f9c405f63a1c758d4a4372562963fad

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


Reply via email to