Compare commits

..

No commits in common. "56f28e56d44d74e1bec023ed959bc91f15eac925" and "35bc29f3aec5f51314529bfb60c4963ab4684632" have entirely different histories.

2 changed files with 7 additions and 7 deletions

2
lnx

@ -1 +1 @@
Subproject commit 6b6c0135a99b899b45d9d5d9a8bbfe99295958ac
Subproject commit 8f28e34840dee6f5d7dedfd2f334ff7b6699a70c

View file

@ -1,19 +1,19 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=ruby-unicode-display_width
_gemname="${pkgname#ruby-}"
pkgver=2.2.0
_gemname=unicode-display_width
pkgname=ruby-$_gemname
pkgver=2.1.0
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')
url='https://github.com/janlelis/unicode-display_width'
url="https://github.com/janlelis/unicode-display_width"
license=('MIT')
depends=('ruby')
makedepends=('ruby-rdoc')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
b2sums=('539ead4d7fd3c113c99b7886b6e1e00f39431a8a3690bfcd6cdfa11b954e7e96c78c88a821f734449e8f5acc377ed2573934bab6e36ec316f708fa720cbef271')
b2sums=('5352c8ca774925a9022521d17a7f318b888353d6da7b2d93a7f787d31fb7cb82282a5aec33b6b36b401477e47bb7be2be5e15d2951a41f1a44b0d7fa5830f8da')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"