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

upgpkg: 2.1.0-2: Ruby 3.2 rebuild

parent 7564a965
No related branches found
Tags 0.2.0-5
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = ruby-highline
pkgdesc = A higher level command-line oriented interface
pkgver = 2.1.0
pkgrel = 2
url = https://github.com/JEG2/highline
arch = x86_64
license = MIT
checkdepends = ruby-bundler
checkdepends = ruby-erb
checkdepends = ruby-rake
checkdepends = ruby-minitest
checkdepends = ruby-simplecov
makedepends = git
makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
source = git+https://github.com/JEG2/highline.git#commit=33cee8a7a7946e27b3be8459721f69c73eee7694
sha256sums = SKIP
pkgname = ruby-highline
......@@ -5,14 +5,25 @@
pkgname=ruby-highline
pkgver=2.1.0
_commit=33cee8a7a7946e27b3be8459721f69c73eee7694
pkgrel=1
pkgrel=2
pkgdesc='A higher level command-line oriented interface'
arch=(x86_64)
url='https://github.com/JEG2/highline'
license=(MIT)
depends=(ruby)
makedepends=(git)
checkdepends=(ruby-rake ruby-minitest ruby-simplecov)
depends=(
ruby
)
makedepends=(
git
ruby-rdoc
)
checkdepends=(
ruby-bundler
ruby-erb
ruby-rake
ruby-minitest
ruby-simplecov
)
options=(!emptydirs)
source=(git+https://github.com/JEG2/highline.git#commit=$_commit)
sha256sums=('SKIP')
......
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