mirror of
https://github.com/luzifer-aur/eslint-plugin-vue.git
synced 2024-11-09 14:00:04 +00:00
update to version 4.7.1
This commit is contained in:
parent
0878ead3e1
commit
9374d857ae
2 changed files with 6 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = eslint-plugin-vue
|
||||
pkgdesc = ESLint Plugin for Vue.js
|
||||
pkgver = 4.3.0
|
||||
pkgver = 4.7.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/vuejs/eslint-plugin-vue
|
||||
arch = any
|
||||
|
@ -8,9 +8,9 @@ pkgbase = eslint-plugin-vue
|
|||
makedepends = npm
|
||||
depends = nodejs
|
||||
depends = eslint
|
||||
noextract = eslint-plugin-vue-4.3.0.tgz
|
||||
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-4.3.0.tgz
|
||||
md5sums = ce3b968076f310f617d5313e96242517
|
||||
noextract = eslint-plugin-vue-4.7.1.tgz
|
||||
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-4.7.1.tgz
|
||||
md5sums = 062add1a132d808045a07ce8d5e4815e
|
||||
|
||||
pkgname = eslint-plugin-vue
|
||||
|
||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Andrew Steinke <rkcf@rkcf.me>
|
||||
|
||||
pkgname=eslint-plugin-vue
|
||||
pkgver=4.3.0
|
||||
pkgver=4.7.1
|
||||
pkgrel=1
|
||||
pkgdesc='ESLint Plugin for Vue.js'
|
||||
arch=('any')
|
||||
|
@ -11,11 +11,10 @@ depends=('nodejs' 'eslint')
|
|||
makedepends=('npm')
|
||||
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
|
||||
noextract=($pkgname-$pkgver.tgz)
|
||||
md5sums=('ce3b968076f310f617d5313e96242517')
|
||||
md5sums=('062add1a132d808045a07ce8d5e4815e')
|
||||
|
||||
package() {
|
||||
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
|
||||
rm -r "$pkgdir"/usr/etc
|
||||
|
||||
# Fix permissions
|
||||
find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
|
||||
|
|
Loading…
Reference in a new issue