upgpkg: ruby-rubocop 1.20.0-1
New upstream release.
This commit is contained in:
parent
e35d851617
commit
bf3333a187
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
_gemname=rubocop
|
_gemname=rubocop
|
||||||
pkgname=ruby-$_gemname
|
pkgname=ruby-$_gemname
|
||||||
pkgver=1.19.1
|
pkgver=1.20.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A Ruby static code analyzer and formatter"
|
pkgdesc="A Ruby static code analyzer and formatter"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -23,7 +23,7 @@ makedepends=('ruby-rdoc')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
|
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
|
||||||
noextract=("$_gemname-$pkgver.gem")
|
noextract=("$_gemname-$pkgver.gem")
|
||||||
b2sums=('b3ba7b061700c7c3abf956c3f369e597d7db49eae536be74b9ef107db1fef8d1f4d1dbd7b72579680a4b3900acb6de12b5e1473371c89feb146b603b949f9577')
|
b2sums=('406c368cc2185123e782bd471fefc0ae7ea8aa76fba5c48231d7e99c9cc9203421f582171ac174c497e068f502bbfbfcd53c0a759cc0e0e3804cbedba8850b58')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
||||||
|
|
Loading…
Reference in a new issue