update to version 5.2.3

This commit is contained in:
rkcf 2019-07-27 10:45:33 -05:00
parent 4e0ea7e462
commit 0b364dfaa9
2 changed files with 7 additions and 7 deletions

View File

@ -1,15 +1,15 @@
pkgbase = eslint-plugin-vue pkgbase = eslint-plugin-vue
pkgdesc = ESLint Plugin for Vue.js pkgdesc = ESLint Plugin for Vue.js
pkgver = 5.2.2 pkgver = 5.2.3
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 = eslint depends = eslint
noextract = eslint-plugin-vue-5.2.2.tgz noextract = eslint-plugin-vue-5.2.3.tgz
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.2.2.tgz source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.2.3.tgz
md5sums = e30739aef7d1b95c97dcbb8a771c925c md5sums = e4af8f446928acb73ffc9a45ed8dbb94
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=5.2.2 pkgver=5.2.3
pkgrel=1 pkgrel=1
pkgdesc='ESLint Plugin for Vue.js' pkgdesc='ESLint Plugin for Vue.js'
arch=('any') arch=('any')
@ -11,10 +11,10 @@ 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=('e30739aef7d1b95c97dcbb8a771c925c') md5sums=('e4af8f446928acb73ffc9a45ed8dbb94')
package() { package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz npm install --verbose -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 '{}' +