mirror of
https://github.com/luzifer-aur/eslint-plugin-vue.git
synced 2024-11-08 13:30:00 +00:00
update to version 6.0.0
This commit is contained in:
parent
0b364dfaa9
commit
6b444cb812
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -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.3
|
pkgver = 6.0.0
|
||||||
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.3.tgz
|
noextract = eslint-plugin-vue-6.0.0.tgz
|
||||||
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.2.3.tgz
|
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-6.0.0.tgz
|
||||||
md5sums = e4af8f446928acb73ffc9a45ed8dbb94
|
md5sums = fea0664fbede15cea7763470c170c7f8
|
||||||
|
|
||||||
pkgname = eslint-plugin-vue
|
pkgname = eslint-plugin-vue
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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.3
|
pkgver=6.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='ESLint Plugin for Vue.js'
|
pkgdesc='ESLint Plugin for Vue.js'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -11,7 +11,7 @@ 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=('e4af8f446928acb73ffc9a45ed8dbb94')
|
md5sums=('fea0664fbede15cea7763470c170c7f8')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
npm install --verbose -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
|
npm install --verbose -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
|
||||||
|
|
Loading…
Reference in a new issue