Compare commits

..

3 commits

3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 7878e40da27a412e1d9f4cda6cb23804af96fe29 Subproject commit af4be15b54e672a36dd897193e01d81f4cc5ccfd

@ -1 +1 @@
Subproject commit 555d85f3f1eb1dbbddc55a596a6f9a7c8aace6f7 Subproject commit c85f5ac7907ad4a87c36234a2b80bcfafcf82e25

View file

@ -2,7 +2,7 @@
_gemname=unicode-display_width _gemname=unicode-display_width
pkgname=ruby-$_gemname pkgname=ruby-$_gemname
pkgver=2.0.0 pkgver=2.1.0
pkgrel=1 pkgrel=1
pkgdesc="Determines the monospace display width of a string in Ruby" pkgdesc="Determines the monospace display width of a string in Ruby"
arch=('any') arch=('any')
@ -13,7 +13,7 @@ makedepends=('ruby-rdoc')
options=('!emptydirs') options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem") source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem") noextract=("$_gemname-$pkgver.gem")
b2sums=('07466b71e62a05b1e7779666bc30ef0a24c5d8d022640a178bb59be8f1690f4e0257c3a65b6104b772fa1b5109c9e9fa453e94474c563bd6d44f0c8a69408ddf') b2sums=('5352c8ca774925a9022521d17a7f318b888353d6da7b2d93a7f787d31fb7cb82282a5aec33b6b36b401477e47bb7be2be5e15d2951a41f1a44b0d7fa5830f8da')
package() { package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')" local _gemdir="$(ruby -e'puts Gem.default_dir')"