Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / ruby-matrix
Commits: 844c8678 by Andreas Schleifer at 2024-06-04T21:37:06+02:00 upgpkg: 0.4.2-1: Ruby 3.2 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = ruby-matrix + pkgdesc = An implementation of Matrix and Vector classes + pkgver = 0.4.2 + pkgrel = 1 + url = https://github.com/ruby/matrix + arch = any + license = RUBY + license = BSD-2-CLAUSE + checkdepends = ruby-bundler + checkdepends = ruby-test-unit + makedepends = ruby-rake + depends = ruby + options = !emptydirs + source = https://github.com/ruby/matrix/archive/v0.4.2/ruby-matrix-0.4.2.tar.gz + sha512sums = b47d1d662acdca703afd323fe9293726e051b0ef87162ff45c26c62fad2f3158f71d943f36f7c6706702885e2fdea8483b37ee45f25295225e86dec5f88590a4 + b2sums = 03b7f3482d6d5a48c626fee824039c182a35242a2c25875e7cada4d781d1939ed780b5cbf8c45645d07c81e4f5d5c5559a1ec236a5152e095a60228e4ed3c59e + +pkgname = ruby-matrix ===================================== PKGBUILD ===================================== @@ -10,7 +10,14 @@ pkgdesc='An implementation of Matrix and Vector classes' arch=('any') url="https://github.com/ruby/${_gemname}" license=('RUBY' 'BSD-2-CLAUSE') -depends=('ruby') +depends=(ruby) +makedepends=( + ruby-rake +) +checkdepends=( + ruby-bundler + ruby-test-unit +) options=('!emptydirs') source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") sha512sums=('b47d1d662acdca703afd323fe9293726e051b0ef87162ff45c26c62fad2f3158f71d943f36f7c6706702885e2fdea8483b37ee45f25295225e86dec5f88590a4') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-matrix/-/commit/844c867825211c3bc81308e910b753e7d413d934 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-matrix/-/commit/844c867825211c3bc81308e910b753e7d413d934 You're receiving this email because of your account on gitlab.archlinux.org.
