Skip to content
Snippets Groups Projects
Verified Commit 22ddb105 authored by Andreas Schleifer's avatar Andreas Schleifer
Browse files

upgpkg: 3.0.2-4: Ruby 3.3 rebuild

parent 3a9acd8c
Branches main
Tags 3.0.2-4
No related merge requests found
pkgbase = ruby-terminal-table
pkgdesc = Simple, feature rich ascii table generation library
pkgver = 3.0.2
pkgrel = 3
pkgrel = 4
url = https://github.com/tj/terminal-table
arch = any
license = MIT
checkdepends = ruby-rspec
checkdepends = ruby-term-ansicolor
makedepends = ruby-rdoc
depends = ruby
depends = ruby-unicode-display_width
options = !emptydirs
......
......@@ -4,16 +4,22 @@
_name=terminal-table
pkgname=ruby-$_name
pkgver=3.0.2
pkgrel=3
pkgrel=4
pkgdesc='Simple, feature rich ascii table generation library'
arch=(any)
url='https://github.com/tj/terminal-table'
license=(MIT)
depends=(
ruby
'ruby-unicode-display_width'
ruby-unicode-display_width
)
makedepends=(
ruby-rdoc
)
checkdepends=(
ruby-rspec
ruby-term-ansicolor
)
checkdepends=("ruby-rspec" "ruby-term-ansicolor")
options=(!emptydirs)
source=($pkgname-$pkgver.tar.gz::https://github.com/tj/terminal-table/archive/v${pkgver}.tar.gz)
sha256sums=('817d1644eeef962f1a1b54ff79d2bd17543eb08c8fa095152c50485f85a2f6c6')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment