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


Commits:
1a6ba43a by Tim Meusel at 2023-12-17T12:50:35+01:00
upgpkg: 3.4.9-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,23 @@
+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
+       url = https://github.com/ruby-gettext/gettext
+       arch = any
+       license = RUBY
+       license = LGPL3
+       checkdepends = ruby-test-unit
+       checkdepends = ruby-rake
+       checkdepends = ruby-test-unit-rr
+       makedepends = ruby-rdoc
+       makedepends = ruby-yard
+       makedepends = ruby-bundler
+       depends = ruby
+       depends = ruby-locale
+       depends = ruby-text
+       depends = ruby-erubi
+       options = !emptydirs
+       source = 
https://github.com/ruby-gettext/gettext/archive/3.4.9/ruby-gettext-3.4.9.tar.gz
+       sha512sums = 
9c714b62bc9c31c501b1d02f27e8659c161004be27d48feefa9ca3f455f4d857eeb4553e9457918b972419ab03bb5788a3d3b4f79cd9f8aa731f35d81ed610c9
+
+pkgname = ruby-gettext


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _gemname='gettext'
 pkgname="ruby-${_gemname}"
-pkgver=3.4.7
+pkgver=3.4.9
 pkgrel=1
 pkgdesc='Gettext gem is a pure Ruby Localization(L10n) library and tool which 
is modeled after the GNU gettext package.'
 arch=(any)
@@ -14,7 +14,7 @@ depends=('ruby' 'ruby-locale' 'ruby-text' 'ruby-erubi')
 checkdepends=('ruby-test-unit' 'ruby-rake' 'ruby-test-unit-rr')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 options=("!emptydirs")
-sha512sums=('f237668e42f4837b573d31199b16d97923aaf474c3227ff81cd26d285267611814b1e611ea2cac59194eeec2c940c2e4f82b0efe65139751de6a189955ed161d')
+sha512sums=('9c714b62bc9c31c501b1d02f27e8659c161004be27d48feefa9ca3f455f4d857eeb4553e9457918b972419ab03bb5788a3d3b4f79cd9f8aa731f35d81ed610c9')
 
 # update the gemspec to allow newer versions of rake
 # remove deprecated options from the gemspec



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

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


Reply via email to