summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2019-12-27 14:07:39 +1300
committerStijn Seghers2019-12-27 14:07:39 +1300
commit76becb5d3588e020c739aba18984e360be1ee3fc (patch)
treef3b8943c5b3061e2e688f56ef0a120c39bab9550
parent6cffe488e640f3850474949f097bd404bbb63e64 (diff)
downloadaur-76becb5d3588e020c739aba18984e360be1ee3fc.tar.gz
Bump to version 12.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c87fddf0d704..47cd1fdde2f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stylelint
- pkgdesc = A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets
- pkgver = 10.1.0
+ pkgdesc = A mighty, modern linter that helps you avoid errors and enforce conventions in your styles
+ pkgver = 12.0.1
pkgrel = 1
url = https://stylelint.io/
arch = any
@@ -8,9 +8,9 @@ pkgbase = stylelint
makedepends = npm
depends = nodejs
optdepends = stylelint-config-standard
- noextract = stylelint-10.1.0.tgz
- source = https://registry.npmjs.org/stylelint/-/stylelint-10.1.0.tgz
- sha512sums = 3a69545eb83310c2d0623d493d3a7264f47d1b86e5d12b6275f1e718910ca5d890d09c93ab430f835c641e4d7fc55276ad33c44b22420d68c6f0a6e9a28ecabb
+ noextract = stylelint-12.0.1.tgz
+ source = https://registry.npmjs.org/stylelint/-/stylelint-12.0.1.tgz
+ sha256sums = 78e4bca30b0da18641bf9e6bdd59794a92b87658a2edaa74a3c0d566586ae75c
pkgname = stylelint
diff --git a/PKGBUILD b/PKGBUILD
index 111e60f567a0..60b2764ab13d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Stijn Seghers <stijnseghers at gmail dot com>
pkgname=stylelint
-pkgver=10.1.0
+pkgver=12.0.1
pkgrel=1
-pkgdesc='A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets'
+pkgdesc='A mighty, modern linter that helps you avoid errors and enforce conventions in your styles'
arch=('any')
url='https://stylelint.io/'
license=('MIT')
@@ -12,7 +12,7 @@ optdepends=('stylelint-config-standard')
makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('3a69545eb83310c2d0623d493d3a7264f47d1b86e5d12b6275f1e718910ca5d890d09c93ab430f835c641e4d7fc55276ad33c44b22420d68c6f0a6e9a28ecabb')
+sha256sums=('78e4bca30b0da18641bf9e6bdd59794a92b87658a2edaa74a3c0d566586ae75c')
package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"