1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Update to v2.0.0.

This commit is contained in:
2020-12-28 19:39:06 +01:00
parent ab0cf7d913
commit bf4b8a1d1a
2 changed files with 9 additions and 8 deletions

View File

@@ -1,17 +1,17 @@
pkgbase = ruby-terminal-table
pkgdesc = Simple, feature rich ascii table generation library
pkgver = 1.8.0
pkgrel = 3
pkgver = 2.0.0
pkgrel = 1
url = https://github.com/tj/terminal-table
arch = any
license = MIT
depends = ruby
depends = ruby-unicode-display_width<2
depends = ruby-unicode-display_width>=1.1.1
noextract = terminal-table-1.8.0.gem
noextract = terminal-table-2.0.0.gem
options = !emptydirs
source = https://rubygems.org/downloads/terminal-table-1.8.0.gem
sha1sums = e5d8ae048471029bd8991152c7e8c20aafb8b935
source = https://rubygems.org/downloads/terminal-table-2.0.0.gem
sha1sums = 967467fe515e0221049431ef2929404bf9dc6be2
pkgname = ruby-terminal-table

View File

@@ -1,9 +1,10 @@
# Maintainer: farawayer <farwayer@gmail.com>
# Co-Maintainer: Bert Peters <bert@bertptrs.nl>
_gemname=terminal-table
pkgname=ruby-$_gemname
pkgver=1.8.0
pkgrel=3
pkgver=2.0.0
pkgrel=1
pkgdesc='Simple, feature rich ascii table generation library'
arch=(any)
url='https://github.com/tj/terminal-table'
@@ -15,7 +16,7 @@ depends=(
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha1sums=('e5d8ae048471029bd8991152c7e8c20aafb8b935')
sha1sums=('967467fe515e0221049431ef2929404bf9dc6be2')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"