Date: Thursday, January 5, 2023 @ 04:50:53 Author: felixonmars Revision: 1377232
upgpkg: ruby-maxitest 4.4.0-1 Modified: ruby-maxitest/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-05 04:48:15 UTC (rev 1377231) +++ PKGBUILD 2023-01-05 04:50:53 UTC (rev 1377232) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=ruby-maxitest -pkgver=4.3.0 +pkgver=4.4.0 pkgrel=1 pkgdesc='Minitest + all the features you always wanted' arch=(any) @@ -12,11 +12,11 @@ checkdepends=(procps-ng ruby-byebug) options=(!emptydirs) source=(https://github.com/grosser/maxitest/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('dbf7e5804da55a54aad1f8b354491d0c5b6eec3dbdc2e0332cba6444d71d110d') +sha256sums=('ca9a1d3af2cd94cbe5eb8b72762bc755bd90ea72c1747446fae6b40570eafd70') prepare() { cd maxitest-$pkgver - sed -e 's/, "< 5.17.0"//' -e 's|git ls-files lib/ bin/ MIT-LICENSE Readme.md|find lib/ bin/ MIT-LICENSE Readme.md -type f|' -i maxitest.gemspec + sed -e 's/, "< 5.18.0"//' -e 's|git ls-files lib/ bin/ MIT-LICENSE Readme.md|find lib/ bin/ MIT-LICENSE Readme.md -type f|' -i maxitest.gemspec sed -i '/bump/d' Gemfile rm Gemfile.lock }
