Tim Meusel pushed to branch main at Arch Linux / Packaging / Packages / ruby-unf
Commits:
008da03e by Tim Meusel at 2024-06-18T23:12:48+02:00
upgpkg: 0.2.0.beta2-9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-unf
pkgdesc = Wrapper library to bring Unicode Normalization Form support
to Ruby/JRuby.
pkgver = 0.2.0.beta2
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/knu/ruby-unf
arch = any
license = BSD-2-Clause
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_gemname='unf'
pkgname="ruby-${_gemname}"
pkgver=0.2.0.beta2
-pkgrel=8
+pkgrel=9
pkgdesc='Wrapper library to bring Unicode Normalization Form support to
Ruby/JRuby.'
arch=('any')
url='https://github.com/knu/ruby-unf'
@@ -29,7 +29,7 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- gem build --verbose "${_gemname}.gemspec"
+ gem build "${_gemname}.gemspec"
}
check() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-unf/-/commit/008da03e3bbffc9691f13bdb0e67156b0089139c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-unf/-/commit/008da03e3bbffc9691f13bdb0e67156b0089139c
You're receiving this email because of your account on gitlab.archlinux.org.