Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / ruby-rbs
Commits: 0afd8f7f by Arnaud Patard at 2026-07-15T10:22:31+02:00 Fix architecture This package is containing a .so file: ``` usr/lib/ruby/gems/3.4.0/extensions/x86_64-linux/3.4.0/rbs-3.8.0/rbs_extension.so ``` So, fix the architecture to be ``x86_64`` and not ``any`` Fixes: #7 Signed-off-by: Arnaud Patard <[email protected]> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -3,7 +3,7 @@ pkgbase = ruby-rbs pkgver = 3.8.0 pkgrel = 2 url = https://github.com/ruby/rbs - arch = any + arch = x86_64 license = custom:BSDL checkdepends = ruby-abbrev checkdepends = ruby-base64 ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname="ruby-${_gemname}" pkgver=3.8.0 pkgrel=2 pkgdesc='RBS is the language for type signatures for Ruby and standard library definitions' -arch=('any') +arch=('x86_64') url="https://github.com/ruby/${_gemname}" license=('custom:BSDL') depends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rbs/-/commit/0afd8f7fbe70c87b06155278140060bccb174e42 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rbs/-/commit/0afd8f7fbe70c87b06155278140060bccb174e42 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
