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


Commits:
a170176f by Andreas Schleifer at 2025-04-05T15:38:15+02:00
update to ruby 3.4

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=ruby-awesome_print
 pkgver=1.9.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Pretty print your Ruby objects with style'
 arch=(any)
 url='https://github.com/awesome-print/awesome_print'
@@ -14,6 +14,7 @@ makedepends=(
   ruby-rdoc
 )
 checkdepends=(
+  ruby-bigdecimal
   ruby-bundler
   ruby-fakefs
   ruby-nokogiri
@@ -27,7 +28,11 @@ 
sha256sums=('70507b7a138bf9b3cfc7150327ff1cf53a75557ed59c4e8b5e0d9692ec0d0a06')
 
 prepare() {
   cd awesome_print-$pkgver
-  sed '/appraisal/d' -i awesome_print.gemspec
+
+  sed --in-place --regexp-extended \
+    --expression 's|~>|>=|g' \
+    --expression 's/appraisal/bigdecimal/' \
+    awesome_print.gemspec
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-awesome_print/-/commit/a170176faf7eafc0083cd031f484bf4e3c096ca3

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


Reply via email to