summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormnussbaum2022-09-27 10:51:16 -0700
committermnussbaum2022-09-27 10:51:16 -0700
commit45a7507dda1f73215a4c1722c52fbd136ca44887 (patch)
treeba970a20a50ae2a3f457d397df87d1305e4aae5e
parent238cff6b14858639fbbb2e23463149aac8c1ed35 (diff)
downloadaur-ruby-unicode-display_width.tar.gz
Bump to version 2.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c37bedce348f..d579b7d3e0cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ruby-unicode-display_width
pkgdesc = [Unicode 14.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://rubygems.org/gems/unicode-display_width
arch = any
license = MIT
depends = ruby
- noextract = unicode-display_width-2.2.0.gem
+ noextract = unicode-display_width-2.3.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/unicode-display_width-2.2.0.gem
- sha256sums = 967fa4071b42b2c4afab8375c4f464392c5fb956959c0ceeb3cea0f4cd648eda
+ source = https://rubygems.org/downloads/unicode-display_width-2.3.0.gem
+ sha256sums = 4796ca01137fe8cf59cada263b74ebe6bb9583c555ec2239be4cb97c91064765
pkgname = ruby-unicode-display_width
diff --git a/PKGBUILD b/PKGBUILD
index 44875cc517ee..d8093b0f0ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=unicode-display_width
pkgname=ruby-${_gemname}
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="[Unicode 14.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data"
arch=(any)
@@ -12,7 +12,7 @@ noextract=($_gemname-$pkgver.gem)
options=(!emptydirs)
license=(MIT)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-sha256sums=("967fa4071b42b2c4afab8375c4f464392c5fb956959c0ceeb3cea0f4cd648eda")
+sha256sums=("4796ca01137fe8cf59cada263b74ebe6bb9583c555ec2239be4cb97c91064765")
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"