summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormnussbaum2022-07-04 20:37:48 -0700
committermnussbaum2022-07-04 20:37:48 -0700
commit238cff6b14858639fbbb2e23463149aac8c1ed35 (patch)
tree013c425b731e29d1b1bbe044a98bc39ea0479d08
parent89120939b2ee58e3b8e35590e113a788fa75a8a5 (diff)
downloadaur-238cff6b14858639fbbb2e23463149aac8c1ed35.tar.gz
Bump version and update description to reflect upstream
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e55a8adace..c37bedce348f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ruby-unicode-display_width
- pkgdesc = [Unicode 13.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data
- pkgver = 2.1.0
+ 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
pkgrel = 1
url = https://rubygems.org/gems/unicode-display_width
arch = any
license = MIT
depends = ruby
- noextract = unicode-display_width-2.1.0.gem
+ noextract = unicode-display_width-2.2.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/unicode-display_width-2.1.0.gem
- sha256sums = b6ff8c329fdbfcf67e4e6de642ba3df0f5e1e05935be9a2203333a0875aa5233
+ source = https://rubygems.org/downloads/unicode-display_width-2.2.0.gem
+ sha256sums = 967fa4071b42b2c4afab8375c4f464392c5fb956959c0ceeb3cea0f4cd648eda
pkgname = ruby-unicode-display_width
diff --git a/PKGBUILD b/PKGBUILD
index c0b1bbc5c5de..44875cc517ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_gemname=unicode-display_width
pkgname=ruby-${_gemname}
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
-pkgdesc="[Unicode 13.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data"
+pkgdesc="[Unicode 14.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data"
arch=(any)
depends=(ruby)
url="https://rubygems.org/gems/unicode-display_width"
@@ -12,7 +12,7 @@ noextract=($_gemname-$pkgver.gem)
options=(!emptydirs)
license=(MIT)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-sha256sums=("b6ff8c329fdbfcf67e4e6de642ba3df0f5e1e05935be9a2203333a0875aa5233")
+sha256sums=("967fa4071b42b2c4afab8375c4f464392c5fb956959c0ceeb3cea0f4cd648eda")
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"