summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfarwayer2019-05-17 17:13:55 +0300
committerfarwayer2019-05-17 17:13:55 +0300
commit392798e339f09fd4bac4f04e59dfd8c416f6247c (patch)
treea71a9d175334a1d67d4caaa75138b01d1ee6e4e4
parent13fd94088e5e55474aed964da0abaa6f9f9b417e (diff)
downloadaur-392798e339f09fd4bac4f04e59dfd8c416f6247c.tar.gz
1.6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ce1e52b7b8e..2a05212617dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby-unicode-display_width
- pkgdesc = Determines the monospace display width of a string
- pkgver = 1.5.0
+ pkgdesc = [Unicode 12.1.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data.
+ pkgver = 1.6.0
pkgrel = 1
url = https://rubygems.org/gems/unicode-display_width
arch = any
license = MIT
makedepends = ruby-rdoc
depends = ruby
- noextract = unicode-display_width-1.5.0.gem
- source = https://rubygems.org/downloads/unicode-display_width-1.5.0.gem
- sha256sums = 9890eebd24feb4cb0e0542c9b8c6beecb40cda27be8c7afe49312625b36156eb
+ noextract = unicode-display_width-1.6.0.gem
+ source = https://rubygems.org/downloads/unicode-display_width-1.6.0.gem
+ sha256sums = 5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
pkgname = ruby-unicode-display_width
diff --git a/PKGBUILD b/PKGBUILD
index 7146129635e9..be0154301915 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_gemname=unicode-display_width
pkgname=ruby-${_gemname}
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
-pkgdesc="Determines the monospace display width of a string"
+pkgdesc="[Unicode 12.1.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data."
arch=('any')
depends=('ruby')
makedepends=('ruby-rdoc')
@@ -14,7 +14,7 @@ license=('MIT')
source=(
"https://rubygems.org/downloads/${_gemname}-${pkgver}.gem"
)
-sha256sums=('9890eebd24feb4cb0e0542c9b8c6beecb40cda27be8c7afe49312625b36156eb')
+sha256sums=('5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"