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

Update to v3.0.1.

This commit is contained in:
2021-05-10 21:20:47 +02:00
parent 060da2c526
commit 60cca50d90
2 changed files with 7 additions and 7 deletions

View File

@@ -1,15 +1,15 @@
pkgbase = ruby-terminal-table
pkgdesc = Simple, feature rich ascii table generation library
pkgver = 3.0.0
pkgrel = 2
pkgver = 3.0.1
pkgrel = 1
url = https://github.com/tj/terminal-table
arch = any
license = MIT
depends = ruby
depends = ruby-unicode-display_width>=1.1.1
options = !emptydirs
source = ruby-terminal-table-3.0.0.tar.gz::https://github.com/tj/terminal-table/archive/v3.0.0.tar.gz
sha1sums = 71d5cb3645266244fe4a1daf0f0427d06907d8b7
source = ruby-terminal-table-3.0.1.tar.gz::https://github.com/tj/terminal-table/archive/v3.0.1.tar.gz
sha1sums = 774d905f3e5a8bef9507bb3a47214f9a58f426e6
pkgname = ruby-terminal-table

View File

@@ -3,8 +3,8 @@
_gemname=terminal-table
pkgname=ruby-$_gemname
pkgver=3.0.0
pkgrel=2
pkgver=3.0.1
pkgrel=1
pkgdesc='Simple, feature rich ascii table generation library'
arch=(any)
url='https://github.com/tj/terminal-table'
@@ -15,7 +15,7 @@ depends=(
)
options=(!emptydirs)
source=($pkgname-$pkgver.tar.gz::https://github.com/tj/terminal-table/archive/v${pkgver}.tar.gz)
sha1sums=('71d5cb3645266244fe4a1daf0f0427d06907d8b7')
sha1sums=('774d905f3e5a8bef9507bb3a47214f9a58f426e6')
prepare() {
cd ${_gemname}-${pkgver}