mirror of
https://github.com/luzifer-aur/eslint-plugin-vue.git
synced 2024-11-09 14:00:04 +00:00
Use sha256sums, update pkgdesc
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
cf7340ed35
commit
acfd8fbea2
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = eslint-plugin-vue
|
pkgbase = eslint-plugin-vue
|
||||||
pkgdesc = ESLint Plugin for Vue.js
|
pkgdesc = Official ESLint plugin for Vue.js
|
||||||
pkgver = 7.9.0
|
pkgver = 7.9.0
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://github.com/vuejs/eslint-plugin-vue
|
url = https://github.com/vuejs/eslint-plugin-vue
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
|
@ -9,7 +9,7 @@ pkgbase = eslint-plugin-vue
|
||||||
depends = eslint
|
depends = eslint
|
||||||
noextract = eslint-plugin-vue-7.9.0.tgz
|
noextract = eslint-plugin-vue-7.9.0.tgz
|
||||||
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.9.0.tgz
|
source = http://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.9.0.tgz
|
||||||
md5sums = 70e065f1f6428aff427f3d1320c5f7cf
|
sha256sums = 68d30b14170519e3c711e45bd071f38e98817c199cdcfa3bd7cf8e9e7ea7cacd
|
||||||
|
|
||||||
pkgname = eslint-plugin-vue
|
pkgname = eslint-plugin-vue
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -3,15 +3,15 @@
|
||||||
|
|
||||||
pkgname=eslint-plugin-vue
|
pkgname=eslint-plugin-vue
|
||||||
pkgver=7.9.0
|
pkgver=7.9.0
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc='ESLint Plugin for Vue.js'
|
pkgdesc='Official ESLint plugin for Vue.js'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://github.com/vuejs/eslint-plugin-vue'
|
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=('70e065f1f6428aff427f3d1320c5f7cf')
|
sha256sums=('68d30b14170519e3c711e45bd071f38e98817c199cdcfa3bd7cf8e9e7ea7cacd')
|
||||||
noextract=($pkgname-$pkgver.tgz)
|
noextract=($pkgname-$pkgver.tgz)
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue