mirror of
https://github.com/luzifer-aur/eslint-plugin-vue.git
synced 2024-11-08 13:30:00 +00:00
update to 7.4.0
This commit is contained in:
parent
dc8bf2a171
commit
8a85a1724e
2 changed files with 7 additions and 7 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 = 7.1.0
|
pkgver = 7.4.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-7.1.0.tgz
|
noextract = eslint-plugin-vue-7.4.0.tgz
|
||||||
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.1.0.tgz
|
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.4.0.tgz
|
||||||
md5sums = 6c5a3f99efffe1390194abf49f24b55b
|
md5sums = 05c97697784db7c06b9beec2e0b7c573
|
||||||
|
|
||||||
pkgname = eslint-plugin-vue
|
pkgname = eslint-plugin-vue
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
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=7.1.0
|
pkgver=7.4.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='ESLint Plugin for Vue.js'
|
pkgdesc='ESLint Plugin for Vue.js'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -9,8 +9,8 @@ url='https://github.com/vuejs/eslint-plugin-vue'
|
||||||
license=('MIT')
|
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")
|
||||||
md5sums=('6c5a3f99efffe1390194abf49f24b55b')
|
md5sums=('05c97697784db7c06b9beec2e0b7c573')
|
||||||
noextract=($pkgname-$pkgver.tgz)
|
noextract=($pkgname-$pkgver.tgz)
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue