mirror of
https://github.com/luzifer-aur/eslint-plugin-vue.git
synced 2024-11-09 14:00:04 +00:00
eslint-plugin-vue v9.0.0
This commit is contained in:
parent
8810f8945e
commit
52c6e16ba7
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,14 +1,14 @@
|
||||||
pkgbase = eslint-plugin-vue
|
pkgbase = eslint-plugin-vue
|
||||||
pkgdesc = Official ESLint plugin for Vue.js
|
pkgdesc = Official ESLint plugin for Vue.js
|
||||||
pkgver = 8.7.1
|
pkgver = 9.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-8.7.1.tgz
|
noextract = eslint-plugin-vue-9.0.0.tgz
|
||||||
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.7.1.tgz
|
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.0.0.tgz
|
||||||
sha256sums = 2d82ac8cafc4008ee8e528be4ae22335f1f41cb9175f47ca16c497d42cfe3018
|
sha256sums = 7b89976bb000b83a49dd2f9c4298fa45233b26f6a14c6922038535b030ecf89e
|
||||||
|
|
||||||
pkgname = eslint-plugin-vue
|
pkgname = eslint-plugin-vue
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: Andrew Steinke <rkcf@rkcf.me>
|
# Contributor: Andrew Steinke <rkcf@rkcf.me>
|
||||||
|
|
||||||
pkgname=eslint-plugin-vue
|
pkgname=eslint-plugin-vue
|
||||||
pkgver=8.7.1
|
pkgver=9.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Official ESLint plugin for Vue.js'
|
pkgdesc='Official ESLint plugin for Vue.js'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -11,7 +11,7 @@ license=('MIT')
|
||||||
depends=('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")
|
||||||
sha256sums=('2d82ac8cafc4008ee8e528be4ae22335f1f41cb9175f47ca16c497d42cfe3018')
|
sha256sums=('7b89976bb000b83a49dd2f9c4298fa45233b26f6a14c6922038535b030ecf89e')
|
||||||
noextract=($pkgname-$pkgver.tgz)
|
noextract=($pkgname-$pkgver.tgz)
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue