update to version 4.7.1

This commit is contained in:
rkcf 2018-10-14 10:45:11 -07:00
parent 0878ead3e1
commit 9374d857ae
2 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = eslint-plugin-vue pkgbase = eslint-plugin-vue
pkgdesc = ESLint Plugin for Vue.js pkgdesc = ESLint Plugin for Vue.js
pkgver = 4.3.0 pkgver = 4.7.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
@ -8,9 +8,9 @@ pkgbase = eslint-plugin-vue
makedepends = npm makedepends = npm
depends = nodejs depends = nodejs
depends = eslint depends = eslint
noextract = eslint-plugin-vue-4.3.0.tgz noextract = eslint-plugin-vue-4.7.1.tgz
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-4.3.0.tgz source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-4.7.1.tgz
md5sums = ce3b968076f310f617d5313e96242517 md5sums = 062add1a132d808045a07ce8d5e4815e
pkgname = eslint-plugin-vue pkgname = eslint-plugin-vue

View File

@ -1,7 +1,7 @@
# Maintainer: Andrew Steinke <rkcf@rkcf.me> # Maintainer: Andrew Steinke <rkcf@rkcf.me>
pkgname=eslint-plugin-vue pkgname=eslint-plugin-vue
pkgver=4.3.0 pkgver=4.7.1
pkgrel=1 pkgrel=1
pkgdesc='ESLint Plugin for Vue.js' pkgdesc='ESLint Plugin for Vue.js'
arch=('any') arch=('any')
@ -11,11 +11,10 @@ depends=('nodejs' '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=('ce3b968076f310f617d5313e96242517') md5sums=('062add1a132d808045a07ce8d5e4815e')
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
rm -r "$pkgdir"/usr/etc
# Fix permissions # Fix permissions
find "$pkgdir/usr" -type d -exec chmod 755 '{}' + find "$pkgdir/usr" -type d -exec chmod 755 '{}' +