Bert Peters pushed to branch main at Arch Linux / Packaging / Packages /
ruby-unicode-display_width
Commits:
153a1f79 by Bert Peters at 2025-01-25T11:23:19+01:00
upgpkg: 3.1.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-unicode-display_width
pkgdesc = Determines the monospace display width of a string in Ruby
- pkgver = 3.1.2
- pkgrel = 2
+ pkgver = 3.1.4
+ pkgrel = 1
url = https://github.com/janlelis/unicode-display_width
arch = any
license = MIT
@@ -12,8 +12,8 @@ pkgbase = ruby-unicode-display_width
depends = ruby
depends = ruby-unicode-emoji
options = !emptydirs
- source =
ruby-unicode-display_width::git+https://github.com/janlelis/unicode-display_width#tag=v3.1.2
- sha512sums =
2bdd522acd82d78eea0f5f69f7e07602231b7902c6294cf75d9cb7a40e6d2358408c4d9c6a22523291e396aa42ba7c8e93b6db450a97e7e7fa4e985846c32f30
- b2sums =
0ca3fc354bc3d7a0cbb79f503c563e5328ef796d0451b24f7f0176727fdb1a7ed1b908a0d6083c8442121f6faaff9ec4492a8f3011456d83a17a680db71e024d
+ source =
ruby-unicode-display_width::git+https://github.com/janlelis/unicode-display_width#tag=v3.1.4
+ sha512sums =
f4ea4ea82f8093c5384370b301be4b58480d15aad0b4003a02222d7cbe9b52d55710bc1e9c343f7d7d1df3e9248b7f58ca851abb0aeab496503dc3d0fe2b16ab
+ b2sums =
81b295a62766242f3c33aa2a8dd5acc1c9e8615198ccc649a295d214a612e0c1efb750c87d75347343a6da669e492d31eb020842096b97553189fb1f912815cc
pkgname = ruby-unicode-display_width
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname=ruby-unicode-display_width
_pkgname="${pkgname#ruby-}"
-pkgver=3.1.2
-pkgrel=2
+pkgver=3.1.4
+pkgrel=1
pkgdesc='Determines the monospace display width of a string in Ruby'
arch=('any')
url='https://github.com/janlelis/unicode-display_width'
@@ -13,8 +13,8 @@ makedepends=('git' 'ruby-rdoc')
checkdepends=('ruby-rake' 'ruby-rspec')
options=('!emptydirs')
source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('2bdd522acd82d78eea0f5f69f7e07602231b7902c6294cf75d9cb7a40e6d2358408c4d9c6a22523291e396aa42ba7c8e93b6db450a97e7e7fa4e985846c32f30')
-b2sums=('0ca3fc354bc3d7a0cbb79f503c563e5328ef796d0451b24f7f0176727fdb1a7ed1b908a0d6083c8442121f6faaff9ec4492a8f3011456d83a17a680db71e024d')
+sha512sums=('f4ea4ea82f8093c5384370b301be4b58480d15aad0b4003a02222d7cbe9b52d55710bc1e9c343f7d7d1df3e9248b7f58ca851abb0aeab496503dc3d0fe2b16ab')
+b2sums=('81b295a62766242f3c33aa2a8dd5acc1c9e8615198ccc649a295d214a612e0c1efb750c87d75347343a6da669e492d31eb020842096b97553189fb1f912815cc')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-unicode-display_width/-/commit/153a1f7928dfd4d1771bae8ba781ac0451958051
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-unicode-display_width/-/commit/153a1f7928dfd4d1771bae8ba781ac0451958051
You're receiving this email because of your account on gitlab.archlinux.org.