Tim Meusel pushed to branch main at Arch Linux / Packaging / Packages /
ruby-gettext
Commits:
fc1270e3 by Tim Meusel at 2024-10-03T15:17:35+02:00
upgpkg: 3.4.9-3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
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 = 2
+ pkgrel = 3
url = https://github.com/ruby-gettext/gettext
arch = any
- license = RUBY
- license = LGPL3
+ license = Ruby
+ license = LGPL-3.0-or-later
checkdepends = ruby-test-unit
checkdepends = ruby-rake
checkdepends = ruby-test-unit-rr
=====================================
PKGBUILD
=====================================
@@ -4,11 +4,11 @@
_gemname='gettext'
pkgname="ruby-${_gemname}"
pkgver=3.4.9
-pkgrel=2
+pkgrel=3
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')
+license=('Ruby' 'LGPL-3.0-or-later')
makedepends=('ruby-rdoc' 'ruby-yard' 'ruby-bundler')
depends=('ruby' 'ruby-locale' 'ruby-text' 'ruby-erubi' 'ruby-prime'
'ruby-racc')
checkdepends=('ruby-test-unit' 'ruby-rake' 'ruby-test-unit-rr')
@@ -30,7 +30,7 @@ prepare() {
build() {
cd "${_gemname}-${pkgver}"
- gem build "${_gemname}.gemspec"
+ gem build --verbose "${_gemname}.gemspec"
}
# tests are currently broken upstream
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-gettext/-/commit/fc1270e3998043f02d4a26b806343f7089ba628e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-gettext/-/commit/fc1270e3998043f02d4a26b806343f7089ba628e
You're receiving this email because of your account on gitlab.archlinux.org.