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 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

View file

@ -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() {