updpkg: 4.0.0

This commit is contained in:
Observer of Time 2021-11-19 10:37:21 +02:00
parent 3d1b04df1d
commit bc354c1dc7
Signed by: chronobserver
GPG Key ID: 8A2DEA1DBAEBCA9E
2 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,14 @@
pkgbase = stylelint-scss
pkgdesc = A collection of SCSS specific linting rules for stylelint
pkgver = 3.21.0
pkgver = 4.0.0
pkgrel = 1
url = https://github.com/kristerkari/stylelint-scss
arch = any
license = MIT
makedepends = npm
optdepends = stylelint: peer dependency
noextract = stylelint-scss-3.21.0.tgz
source = https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.21.0.tgz
sha256sums = 956175a96a26747114aa5e0e5f2d8327d2a9e6e18823d8042bf793b7d94a61e8
noextract = stylelint-scss-4.0.0.tgz
source = https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.0.0.tgz
sha256sums = c0e0bf093eb8702832a09e167ea67173f0a6e179ec1ee9658913989253acea47
pkgname = stylelint-scss

View File

@ -1,7 +1,7 @@
# Maintainer: ObserverOfTime <chronobserver@disroot.org>
pkgname=stylelint-scss
pkgver=3.21.0
pkgver=4.0.0
pkgrel=1
pkgdesc='A collection of SCSS specific linting rules for stylelint'
arch=('any')
@ -12,7 +12,7 @@ makedepends=('npm')
optdepends=('stylelint: peer dependency')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
sha256sums=('956175a96a26747114aa5e0e5f2d8327d2a9e6e18823d8042bf793b7d94a61e8')
sha256sums=('c0e0bf093eb8702832a09e167ea67173f0a6e179ec1ee9658913989253acea47')
package() {
npm install -g --prefix="$pkgdir/usr" \