summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormnussbaum2021-12-22 14:41:28 -0500
committermnussbaum2021-12-22 14:41:28 -0500
commit89120939b2ee58e3b8e35590e113a788fa75a8a5 (patch)
tree6a82035d95a4051a53326d272021494ba1a9271c
parentc2480e5807053bb39816d7597d2fbf097b0e7ee1 (diff)
downloadaur-89120939b2ee58e3b8e35590e113a788fa75a8a5.tar.gz
Bump version to 2.1.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f9f19be2f94..73e55a8adace 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +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.0.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://rubygems.org/gems/unicode-display_width
arch = any
license = MIT
depends = ruby
- noextract = unicode-display_width-2.0.0.gem
+ noextract = unicode-display_width-2.1.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/unicode-display_width-2.0.0.gem
- sha256sums = 55ec39f2a0bb8c8c3f0480200b28edbedd70473c27b84c5359531a89985d34ae
+ source = https://rubygems.org/downloads/unicode-display_width-2.1.0.gem
+ sha256sums = b6ff8c329fdbfcf67e4e6de642ba3df0f5e1e05935be9a2203333a0875aa5233
pkgname = ruby-unicode-display_width
-
diff --git a/PKGBUILD b/PKGBUILD
index a332bdc9db86..c0b1bbc5c5de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=unicode-display_width
pkgname=ruby-${_gemname}
-pkgver=2.0.0
+pkgver=2.1.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"
arch=(any)
@@ -12,7 +12,7 @@ noextract=($_gemname-$pkgver.gem)
options=(!emptydirs)
license=(MIT)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-sha256sums=("55ec39f2a0bb8c8c3f0480200b28edbedd70473c27b84c5359531a89985d34ae")
+sha256sums=("b6ff8c329fdbfcf67e4e6de642ba3df0f5e1e05935be9a2203333a0875aa5233")
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"