update to version 5.2.1

This commit is contained in:
rkcf 2019-02-15 01:19:07 -07:00
parent 9374d857ae
commit 570fbb04a0
2 changed files with 8 additions and 9 deletions

View File

@ -1,16 +1,15 @@
pkgbase = eslint-plugin-vue pkgbase = eslint-plugin-vue
pkgdesc = ESLint Plugin for Vue.js pkgdesc = ESLint Plugin for Vue.js
pkgver = 4.7.1 pkgver = 5.2.1
pkgrel = 1 pkgrel = 1
url = https://github.com/vuejs/eslint-plugin-vue url = https://github.com/vuejs/eslint-plugin-vue
arch = any arch = any
license = MIT license = MIT
makedepends = npm makedepends = npm
depends = nodejs
depends = eslint depends = eslint
noextract = eslint-plugin-vue-4.7.1.tgz noextract = eslint-plugin-vue-5.2.1.tgz
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-4.7.1.tgz source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.2.1.tgz
md5sums = 062add1a132d808045a07ce8d5e4815e md5sums = aa6f1ba4c91ba788355ad67e94d0a6a0
pkgname = eslint-plugin-vue pkgname = eslint-plugin-vue

View File

@ -1,20 +1,20 @@
# Maintainer: Andrew Steinke <rkcf@rkcf.me> # Maintainer: Andrew Steinke <rkcf@rkcf.me>
pkgname=eslint-plugin-vue pkgname=eslint-plugin-vue
pkgver=4.7.1 pkgver=5.2.1
pkgrel=1 pkgrel=1
pkgdesc='ESLint Plugin for Vue.js' pkgdesc='ESLint Plugin for Vue.js'
arch=('any') arch=('any')
url='https://github.com/vuejs/eslint-plugin-vue' url='https://github.com/vuejs/eslint-plugin-vue'
license=('MIT') license=('MIT')
depends=('nodejs' 'eslint') depends=('eslint')
makedepends=('npm') makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz) noextract=($pkgname-$pkgver.tgz)
md5sums=('062add1a132d808045a07ce8d5e4815e') md5sums=('aa6f1ba4c91ba788355ad67e94d0a6a0')
package() { package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
# Fix permissions # Fix permissions
find "$pkgdir/usr" -type d -exec chmod 755 '{}' + find "$pkgdir/usr" -type d -exec chmod 755 '{}' +