Use sha256sums, update pkgdesc

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-04-15 00:32:00 +02:00
parent cf7340ed35
commit acfd8fbea2
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
pkgbase = eslint-plugin-vue
pkgdesc = ESLint Plugin for Vue.js
pkgdesc = Official ESLint plugin for Vue.js
pkgver = 7.9.0
pkgrel = 3
pkgrel = 4
url = https://github.com/vuejs/eslint-plugin-vue
arch = any
license = MIT
@ -9,7 +9,7 @@ pkgbase = eslint-plugin-vue
depends = eslint
noextract = 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

View File

@ -3,15 +3,15 @@
pkgname=eslint-plugin-vue
pkgver=7.9.0
pkgrel=3
pkgdesc='ESLint Plugin for Vue.js'
pkgrel=4
pkgdesc='Official ESLint plugin for Vue.js'
arch=('any')
url='https://github.com/vuejs/eslint-plugin-vue'
license=('MIT')
depends=('eslint')
makedepends=('npm')
source=("http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
md5sums=('70e065f1f6428aff427f3d1320c5f7cf')
sha256sums=('68d30b14170519e3c711e45bd071f38e98817c199cdcfa3bd7cf8e9e7ea7cacd')
noextract=($pkgname-$pkgver.tgz)
package() {