Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-build-files


Commits:
d7e567ad by Andreas Schleifer at 2024-06-30T22:28:17+02:00
upgpkg: 1.9.0-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = ruby-build-files
+       pkgdesc = Abstractions for handling and mapping paths
+       pkgver = 1.9.0
+       pkgrel = 2
+       url = https://github.com/ioquatix/build-files
+       arch = any
+       license = MIT
+       checkdepends = ruby-bake-modernize
+       checkdepends = ruby-bake-test
+       checkdepends = ruby-bake-test-external
+       checkdepends = ruby-bundler
+       checkdepends = ruby-covered
+       checkdepends = ruby-sus
+       makedepends = ruby-rdoc
+       depends = ruby
+       options = !emptydirs
+       source = 
https://github.com/ioquatix/build-files/archive/v1.9.0/ruby-build-files-1.9.0.tar.gz
+       sha256sums = 
3fd12bf39d9993f8f205d78d8f024099f52012f554de2f80bc2b251d2b323fa0
+
+pkgname = ruby-build-files


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,25 @@
 
 pkgname=ruby-build-files
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstractions for handling and mapping paths'
 arch=(any)
 url='https://github.com/ioquatix/build-files'
 license=(MIT)
-depends=(ruby)
-checkdepends=(ruby-covered ruby-sus ruby-bake-modernize ruby-bake-test 
ruby-bake-test-external)
+depends=(
+  ruby
+)
+makedepends=(
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-bake-modernize
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-bundler
+  ruby-covered
+  ruby-sus
+)
 options=(!emptydirs)
 
source=(https://github.com/ioquatix/build-files/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('3fd12bf39d9993f8f205d78d8f024099f52012f554de2f80bc2b251d2b323fa0')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build-files/-/commit/d7e567ad12c9c6ed172cdbf4b1256273b3728fe9

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


Reply via email to