Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / ruby-facets
Commits: 40a706f3 by Andreas Schleifer at 2024-06-20T22:07:46+02:00 upgpkg: 3.1.0-3: Ruby 3.2 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = ruby-facets + pkgdesc = Premiere collection of general purpose method extensions and standard additions for the Ruby programming language + pkgver = 3.1.0 + pkgrel = 3 + url = https://github.com/rubyworks/facets + arch = any + license = BSD + checkdepends = ruby-lemon + checkdepends = ruby-qed + checkdepends = ruby-rake + checkdepends = ruby-rubytest-cli + checkdepends = ruby-simplecov + makedepends = ruby-rdoc + depends = ruby + options = !emptydirs + source = https://github.com/rubyworks/facets/archive/3.1.0/ruby-facets-3.1.0.tar.gz + sha256sums = a432b57dd3999fd83b239d675cc97f28c626e1b2d1d91702de4fbaf951ae1fad + +pkgname = ruby-facets ===================================== PKGBUILD ===================================== @@ -2,13 +2,24 @@ pkgname=ruby-facets pkgver=3.1.0 -pkgrel=2 +pkgrel=3 pkgdesc='Premiere collection of general purpose method extensions and standard additions for the Ruby programming language' arch=(any) url='https://github.com/rubyworks/facets' license=(BSD) -depends=(ruby) -checkdepends=(ruby-lemon ruby-qed ruby-rake ruby-rubytest-cli ruby-simplecov) +depends=( + ruby +) +makedepends=( + ruby-rdoc +) +checkdepends=( + ruby-lemon + ruby-qed + ruby-rake + ruby-rubytest-cli + ruby-simplecov +) options=(!emptydirs) source=(https://github.com/rubyworks/facets/archive/$pkgver/$pkgname-$pkgver.tar.gz) sha256sums=('a432b57dd3999fd83b239d675cc97f28c626e1b2d1d91702de4fbaf951ae1fad') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-facets/-/commit/40a706f3a1a924cceba85466f61273ad289b23f9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-facets/-/commit/40a706f3a1a924cceba85466f61273ad289b23f9 You're receiving this email because of your account on gitlab.archlinux.org.
