summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfarwayer2018-08-21 21:30:20 +0300
committerfarwayer2018-08-21 21:30:20 +0300
commitba011ab9d9e64b9aba88feb35eb5c1795486894c (patch)
treec64022c5045839e3b0542c285a13b910633e8d6e
parent1f6beb9bf4c160d801c1a02f231ac16f62045180 (diff)
downloadaur-ba011ab9d9e64b9aba88feb35eb5c1795486894c.tar.gz
1.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca0a4ba7efc4..f8afedab2a02 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.3.3
+ pkgver = 1.4.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.3.3.gem
- source = https://rubygems.org/downloads/unicode-display_width-1.3.3.gem
- sha256sums = 38c078f93b1d2998574672913571e265c9346ba747d6e14217980cc39fb6e157
+ noextract = unicode-display_width-1.4.0.gem
+ source = https://rubygems.org/downloads/unicode-display_width-1.4.0.gem
+ sha256sums = a72802fd6345c0da220e8088b27f1800924b74d222621a06477757769b5e8000
pkgname = ruby-unicode-display_width
diff --git a/PKGBUILD b/PKGBUILD
index 2d1982dc2ab4..0a03633fae87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=unicode-display_width
pkgname=ruby-${_gemname}
-pkgver=1.3.3
+pkgver=1.4.0
pkgrel=1
pkgdesc="Determines the monospace display width of a string"
arch=('any')
@@ -14,7 +14,7 @@ license=('MIT')
source=(
"https://rubygems.org/downloads/${_gemname}-${pkgver}.gem"
)
-sha256sums=('38c078f93b1d2998574672913571e265c9346ba747d6e14217980cc39fb6e157')
+sha256sums=('a72802fd6345c0da220e8088b27f1800924b74d222621a06477757769b5e8000')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"