Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-bigdecimal
Commits:
7c611fe7 by Andreas Schleifer at 2026-02-21T14:23:43+01:00
upgpkg: 3.3.1-2; fix license; fix architecture; closes #5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = ruby-bigdecimal
pkgdesc = This library provides arbitrary-precision decimal
floating-point number class
pkgver = 3.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ruby/bigdecimal
- arch = any
- license = Ruby,
+ arch = x86_64
+ license = Ruby
license = BSD-2-Clause
checkdepends = ruby-bundler
checkdepends = ruby-rake
=====================================
PKGBUILD
=====================================
@@ -3,11 +3,11 @@
_gemname='bigdecimal'
pkgname="ruby-${_gemname}"
pkgver=3.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='This library provides arbitrary-precision decimal floating-point
number class'
-arch=('any')
+arch=('x86_64')
url="https://github.com/ruby/${_gemname}"
-license=('Ruby', 'BSD-2-Clause')
+license=('Ruby' 'BSD-2-Clause')
depends=(
ruby
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-bigdecimal/-/commit/7c611fe7c5c8b0bd3a1de7641a419d870a6f6641
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-bigdecimal/-/commit/7c611fe7c5c8b0bd3a1de7641a419d870a6f6641
You're receiving this email because of your account on gitlab.archlinux.org.