Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-awesome_print
Commits:
788f3a82 by Andreas Schleifer at 2024-10-05T02:29:19+02:00
upgpkg: 1.9.2-3: Ruby 3.3 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,17 @@
pkgbase = ruby-awesome_print
pkgdesc = Pretty print your Ruby objects with style
pkgver = 1.9.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/awesome-print/awesome_print
arch = any
license = MIT
checkdepends = ruby-bundler
+ checkdepends = ruby-fakefs
+ checkdepends = ruby-nokogiri
checkdepends = ruby-rake
- makedepends = ruby-fakefs
- makedepends = ruby-nokogiri
- makedepends = ruby-rspec
- makedepends = ruby-sqlite3
+ checkdepends = ruby-rspec
+ checkdepends = ruby-sqlite3
+ makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
source =
https://github.com/awesome-print/awesome_print/archive/v1.9.2/ruby-awesome_print-1.9.2.tar.gz
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=ruby-awesome_print
pkgver=1.9.2
-pkgrel=2
+pkgrel=3
pkgdesc='Pretty print your Ruby objects with style'
arch=(any)
url='https://github.com/awesome-print/awesome_print'
@@ -11,14 +11,15 @@ depends=(
ruby
)
makedepends=(
- ruby-fakefs
- ruby-nokogiri
- ruby-rspec
- ruby-sqlite3
+ ruby-rdoc
)
checkdepends=(
ruby-bundler
+ ruby-fakefs
+ ruby-nokogiri
ruby-rake
+ ruby-rspec
+ ruby-sqlite3
)
options=(!emptydirs)
source=(https://github.com/awesome-print/awesome_print/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-awesome_print/-/commit/788f3a82e3a460eec126fd28583eae1687190807
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-awesome_print/-/commit/788f3a82e3a460eec126fd28583eae1687190807
You're receiving this email because of your account on gitlab.archlinux.org.