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

Update to v3.0.0

This commit is contained in:
2021-02-21 11:56:18 +01:00
parent bf4b8a1d1a
commit ed9abad75b
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
_gemname=terminal-table
pkgname=ruby-$_gemname
pkgver=2.0.0
pkgver=3.0.0
pkgrel=1
pkgdesc='Simple, feature rich ascii table generation library'
arch=(any)
@@ -16,7 +16,7 @@ depends=(
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha1sums=('967467fe515e0221049431ef2929404bf9dc6be2')
sha1sums=('5976e086dbd68096f94512efbf5323e18d9d9d2f')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"