Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / ruby-bake-modernize
Commits: 8ebd5ebc by Felix Yan at 2023-12-23T19:39:23+02:00 upgpkg: 0.18.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = ruby-bake-modernize + pkgdesc = Automatically modernize parts of your project/gem + pkgver = 0.18.0 + pkgrel = 1 + url = https://github.com/ioquatix/bake-modernize + arch = any + license = MIT + checkdepends = ruby-sus + checkdepends = ruby-covered + checkdepends = ruby-bake-test + checkdepends = ruby-bake-test-external + checkdepends = git + makedepends = git + depends = ruby-async-http + depends = ruby-bake + depends = ruby-build-files + depends = ruby-markly + depends = ruby-rugged + options = !emptydirs + source = git+https://github.com/ioquatix/bake-modernize.git#commit=a64fc317f4d68ae0097d8d77fe5a6b5d95a286d3 + sha256sums = SKIP + +pkgname = ruby-bake-modernize ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=ruby-bake-modernize -pkgver=0.17.8 -_commit=c4b3c6ab84eea4ce453541e025652f1f39089c94 +pkgver=0.18.0 +_commit=a64fc317f4d68ae0097d8d77fe5a6b5d95a286d3 pkgrel=1 pkgdesc='Automatically modernize parts of your project/gem' arch=(any) @@ -10,7 +10,7 @@ url='https://github.com/ioquatix/bake-modernize' license=(MIT) depends=(ruby-async-http ruby-bake ruby-build-files ruby-markly ruby-rugged) makedepends=(git) -checkdepends=(ruby-sus ruby-bake-test git) +checkdepends=(ruby-sus ruby-covered ruby-bake-test ruby-bake-test-external git) options=(!emptydirs) source=(git+https://github.com/ioquatix/bake-modernize.git#commit=$_commit) sha256sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-bake-modernize/-/commit/8ebd5ebced533515bba6e29a3955936be13aa4a8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-bake-modernize/-/commit/8ebd5ebced533515bba6e29a3955936be13aa4a8 You're receiving this email because of your account on gitlab.archlinux.org.
