1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 21:40:31 +01:00
This commit is contained in:
farwayer
2017-05-17 01:21:08 +03:00
parent 51a3fee9cb
commit 1548c2df43
2 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
pkgbase = ruby-terminal-table pkgbase = ruby-terminal-table
pkgdesc = Simple, feature rich ascii table generation library pkgdesc = Simple, feature rich ascii table generation library
pkgver = 1.7.3 pkgver = 1.7.3
pkgrel = 2 pkgrel = 3
url = https://github.com/tj/terminal-table url = https://github.com/tj/terminal-table
arch = any arch = any
license = MIT license = MIT
depends = ruby depends = ruby
depends = ruby-unicode-display_width<1.2 depends = ruby-unicode-display_width<2
depends = ruby-unicode-display_width>=1.1.1 depends = ruby-unicode-display_width>=1.1.1
noextract = terminal-table-1.7.3.gem noextract = terminal-table-1.7.3.gem
options = !emptydirs options = !emptydirs

View File

@@ -4,14 +4,14 @@
_gemname=terminal-table _gemname=terminal-table
pkgname=ruby-$_gemname pkgname=ruby-$_gemname
pkgver=1.7.3 pkgver=1.7.3
pkgrel=2 pkgrel=3
pkgdesc='Simple, feature rich ascii table generation library' pkgdesc='Simple, feature rich ascii table generation library'
arch=(any) arch=(any)
url='https://github.com/tj/terminal-table' url='https://github.com/tj/terminal-table'
license=(MIT) license=(MIT)
depends=( depends=(
ruby ruby
'ruby-unicode-display_width<1.2' 'ruby-unicode-display_width>=1.1.1' 'ruby-unicode-display_width<2' 'ruby-unicode-display_width>=1.1.1'
) )
options=(!emptydirs) options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem) source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)