Tim Meusel pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-gettext


Commits:
e52c2161 by Tim Meusel at 2024-06-08T20:10:07+02:00
upgpkg: 3.4.9-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = ruby-gettext
        pkgdesc = Gettext gem is a pure Ruby Localization(L10n) library and 
tool which is modeled after the GNU gettext package.
        pkgver = 3.4.9
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/ruby-gettext/gettext
        arch = any
        license = RUBY
@@ -16,6 +16,8 @@ pkgbase = ruby-gettext
        depends = ruby-locale
        depends = ruby-text
        depends = ruby-erubi
+       depends = ruby-prime
+       depends = ruby-racc
        options = !emptydirs
        source = 
https://github.com/ruby-gettext/gettext/archive/3.4.9/ruby-gettext-3.4.9.tar.gz
        sha512sums = 
9c714b62bc9c31c501b1d02f27e8659c161004be27d48feefa9ca3f455f4d857eeb4553e9457918b972419ab03bb5788a3d3b4f79cd9f8aa731f35d81ed610c9


=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
 _gemname='gettext'
 pkgname="ruby-${_gemname}"
 pkgver=3.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Gettext gem is a pure Ruby Localization(L10n) library and tool which 
is modeled after the GNU gettext package.'
 arch=(any)
 url="https://github.com/${pkgname}/${_gemname}";
 license=('RUBY' 'LGPL3')
 makedepends=('ruby-rdoc' 'ruby-yard' 'ruby-bundler')
-depends=('ruby' 'ruby-locale' 'ruby-text' 'ruby-erubi')
+depends=('ruby' 'ruby-locale' 'ruby-text' 'ruby-erubi' 'ruby-prime' 
'ruby-racc')
 checkdepends=('ruby-test-unit' 'ruby-rake' 'ruby-test-unit-rr')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 options=("!emptydirs")



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

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


Reply via email to