update to 7.1.0

This commit is contained in:
rkcf 2020-11-09 12:46:25 -06:00
parent e1790c01d0
commit dc8bf2a171
2 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
pkgbase = eslint-plugin-vue
pkgdesc = ESLint Plugin for Vue.js
pkgver = 6.2.2
pkgver = 7.1.0
pkgrel = 1
url = https://github.com/vuejs/eslint-plugin-vue
arch = any
license = MIT
makedepends = npm
depends = eslint
noextract = eslint-plugin-vue-6.2.2.tgz
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-6.2.2.tgz
md5sums = c885ad83ba3848cb407d51ec42f3c73b
noextract = eslint-plugin-vue-7.1.0.tgz
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.1.0.tgz
md5sums = 6c5a3f99efffe1390194abf49f24b55b
pkgname = eslint-plugin-vue

View File

@ -1,7 +1,7 @@
# Maintainer: Andrew Steinke <rkcf@rkcf.me>
pkgname=eslint-plugin-vue
pkgver=6.2.2
pkgver=7.1.0
pkgrel=1
pkgdesc='ESLint Plugin for Vue.js'
arch=('any')
@ -10,8 +10,8 @@ license=('MIT')
depends=('eslint')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
md5sums=('6c5a3f99efffe1390194abf49f24b55b')
noextract=($pkgname-$pkgver.tgz)
md5sums=('c885ad83ba3848cb407d51ec42f3c73b')
package() {
npm install --verbose -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz