From be546da9fa7c16ac6a4b8e14cbdfbfe02466d964 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Thu, 16 Sep 2021 06:53:29 +0000 Subject: [PATCH] upgpkg: ruby-unicode-display_width 2.1.0-1 New upstream release. --- ruby-unicode-display_width/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby-unicode-display_width/PKGBUILD b/ruby-unicode-display_width/PKGBUILD index 14f15a5..9f1ba4d 100644 --- a/ruby-unicode-display_width/PKGBUILD +++ b/ruby-unicode-display_width/PKGBUILD @@ -2,7 +2,7 @@ _gemname=unicode-display_width pkgname=ruby-$_gemname -pkgver=2.0.0 +pkgver=2.1.0 pkgrel=1 pkgdesc="Determines the monospace display width of a string in Ruby" arch=('any') @@ -13,7 +13,7 @@ makedepends=('ruby-rdoc') options=('!emptydirs') source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem") noextract=("$_gemname-$pkgver.gem") -b2sums=('07466b71e62a05b1e7779666bc30ef0a24c5d8d022640a178bb59be8f1690f4e0257c3a65b6104b772fa1b5109c9e9fa453e94474c563bd6d44f0c8a69408ddf') +b2sums=('5352c8ca774925a9022521d17a7f318b888353d6da7b2d93a7f787d31fb7cb82282a5aec33b6b36b401477e47bb7be2be5e15d2951a41f1a44b0d7fa5830f8da') package() { local _gemdir="$(ruby -e'puts Gem.default_dir')"