summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2019-07-26 18:32:23 +1200
committerStijn Seghers2019-07-26 18:34:36 +1200
commit6cffe488e640f3850474949f097bd404bbb63e64 (patch)
tree3e2069de82e4740352615ad104803f3085fce13c
parent526e75bc99da6aa6bc0d62fa13eb53a7e76acc64 (diff)
downloadaur-6cffe488e640f3850474949f097bd404bbb63e64.tar.gz
Bump to version 10.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29a2ebda858a..c87fddf0d704 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 = 9.10.1
+ pkgver = 10.1.0
pkgrel = 1
url = https://stylelint.io/
arch = any
@@ -8,9 +8,9 @@ pkgbase = stylelint
makedepends = npm
depends = nodejs
optdepends = stylelint-config-standard
- noextract = stylelint-9.10.1.tgz
- source = https://registry.npmjs.org/stylelint/-/stylelint-9.10.1.tgz
- sha512sums = f54887c5984e007120790ee82c6c2bc280d1f2f72504a9525fbaf87c7d22baed127cfc0568b91bd5ced0da3d5caa0f4fec80d77805764ef40c2ff7d143318105
+ noextract = stylelint-10.1.0.tgz
+ source = https://registry.npmjs.org/stylelint/-/stylelint-10.1.0.tgz
+ sha512sums = 3a69545eb83310c2d0623d493d3a7264f47d1b86e5d12b6275f1e718910ca5d890d09c93ab430f835c641e4d7fc55276ad33c44b22420d68c6f0a6e9a28ecabb
pkgname = stylelint
diff --git a/PKGBUILD b/PKGBUILD
index 630d1b32173e..111e60f567a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stijn Seghers <stijnseghers at gmail dot com>
pkgname=stylelint
-pkgver=9.10.1
+pkgver=10.1.0
pkgrel=1
pkgdesc='A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets'
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('stylelint-config-standard')
makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('f54887c5984e007120790ee82c6c2bc280d1f2f72504a9525fbaf87c7d22baed127cfc0568b91bd5ced0da3d5caa0f4fec80d77805764ef40c2ff7d143318105')
+sha512sums=('3a69545eb83310c2d0623d493d3a7264f47d1b86e5d12b6275f1e718910ca5d890d09c93ab430f835c641e4d7fc55276ad33c44b22420d68c6f0a6e9a28ecabb')
package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"