summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e296700ab5d8..8bc0ed10b6ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = stylelint
pkgdesc = A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets
- pkgver = 8.0.0
- pkgrel = 2
+ pkgver = 8.1.1
+ pkgrel = 1
url = https://stylelint.io/
arch = any
license = MIT
makedepends = npm
depends = nodejs
optdepends = stylelint-config-standard
- noextract = stylelint-8.0.0.tgz
- source = http://registry.npmjs.org/stylelint/-/stylelint-8.0.0.tgz
- sha512sums = 9351a44613ad821bd8bb93d609d79ced234ddb629964bab84cbd6f572ca406f1ebf75a144bb7957d7d8801926306960a87d19d7a9f809d2642c2e527f89efa07
+ noextract = stylelint-8.1.1.tgz
+ source = http://registry.npmjs.org/stylelint/-/stylelint-8.1.1.tgz
+ sha512sums = 46d8d4b6a1b687774fe02b8c53533ef864491af2975a8ce6bf9ca12e838bcbb3563f68c964ec0b652570b5c8d742c04905f1ae0b7de6a2804ec0d6822218b6b5
pkgname = stylelint
diff --git a/PKGBUILD b/PKGBUILD
index 104babe75f76..a562d273031f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stijn Seghers <stijnseghers at gmail dot com>
pkgname=stylelint
-pkgver=8.0.0
-pkgrel=2
+pkgver=8.1.1
+pkgrel=1
pkgdesc='A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets'
arch=('any')
url='https://stylelint.io/'
@@ -12,7 +12,7 @@ optdepends=('stylelint-config-standard')
makedepends=('npm')
source=("http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('9351a44613ad821bd8bb93d609d79ced234ddb629964bab84cbd6f572ca406f1ebf75a144bb7957d7d8801926306960a87d19d7a9f809d2642c2e527f89efa07')
+sha512sums=('46d8d4b6a1b687774fe02b8c53533ef864491af2975a8ce6bf9ca12e838bcbb3563f68c964ec0b652570b5c8d742c04905f1ae0b7de6a2804ec0d6822218b6b5')
package() {
npm install -g --user root --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"