summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Goguen2017-06-22 22:30:38 -0700
committerJoel Goguen2017-06-22 22:30:38 -0700
commit0a82ba217b1f4a4dcb12de13334669e237885c26 (patch)
treee651528bfa70ef8f543dec5ea7f51ceb30d84589
parentd599ffc39717d7b87d39919ab202d90f9d244d48 (diff)
downloadaur-0a82ba217b1f4a4dcb12de13334669e237885c26.tar.gz
v1.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a579cd67645..63a601e31beb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue May 16 19:42:11 UTC 2017
+# Fri Jun 23 05:28:46 UTC 2017
pkgbase = ruby-unicode-display_width
pkgdesc = Determines the monospace display width of a string
- pkgver = 1.2.1
+ pkgver = 1.3.0
pkgrel = 1
url = https://rubygems.org/gems/unicode-display_width
arch = any
license = MIT
makedepends = ruby-rspec
depends = ruby
- noextract = unicode-display_width-1.2.1.gem
- source = https://rubygems.org/downloads/unicode-display_width-1.2.1.gem
- sha256sums = 1f44ff6554e067e2ff46183c89b62bba685a2903dd8eab3127887ecbad1c66c2
+ noextract = unicode-display_width-1.3.0.gem
+ source = https://rubygems.org/downloads/unicode-display_width-1.3.0.gem
+ sha256sums = 08f71f8827f846522c2796f509324faf4690fd1edb8c50360d7dd986f903f18a
pkgname = ruby-unicode-display_width
diff --git a/PKGBUILD b/PKGBUILD
index d25e2b0aa489..368ae42b5d10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=unicode-display_width
pkgname=ruby-${_gemname}
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc="Determines the monospace display width of a string"
arch=('any')
@@ -15,7 +15,7 @@ source=(
"https://rubygems.org/downloads/${_gemname}-${pkgver}.gem"
)
sha256sums=(
- '1f44ff6554e067e2ff46183c89b62bba685a2903dd8eab3127887ecbad1c66c2'
+ '08f71f8827f846522c2796f509324faf4690fd1edb8c50360d7dd986f903f18a'
)
package() {