summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2017-10-07 18:19:55 +1300
committerStijn Seghers2017-10-07 18:19:55 +1300
commit964cd6c91ae5e2e75f8391073a08065f6cc31b98 (patch)
tree35750826317209f52d8b222f7522cdf24d7b3e5f
parent753a5aa4870ff56efc5a9cf1144f44fc724cedbc (diff)
downloadaur-964cd6c91ae5e2e75f8391073a08065f6cc31b98.tar.gz
Version bump: 8.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dd44caefaec..3d8a6b41f293 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.1.1
- pkgrel = 2
+ pkgver = 8.2.0
+ pkgrel = 1
url = https://stylelint.io/
arch = any
license = MIT
makedepends = npm
depends = nodejs
optdepends = stylelint-config-standard
- noextract = stylelint-8.1.1.tgz
- source = https://registry.npmjs.org/stylelint/-/stylelint-8.1.1.tgz
- sha512sums = 46d8d4b6a1b687774fe02b8c53533ef864491af2975a8ce6bf9ca12e838bcbb3563f68c964ec0b652570b5c8d742c04905f1ae0b7de6a2804ec0d6822218b6b5
+ noextract = stylelint-8.2.0.tgz
+ source = https://registry.npmjs.org/stylelint/-/stylelint-8.2.0.tgz
+ sha512sums = e7b256233ff5521f5e859319c80aa5142d040df42b317087f32aadf19b89410bd5dcb04a80033f25877e0968b5842e1e26d44e0d23db20805829d1a390f65d32
pkgname = stylelint
diff --git a/PKGBUILD b/PKGBUILD
index 9d7fa4649b50..ae87d97dfe2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stijn Seghers <stijnseghers at gmail dot com>
pkgname=stylelint
-pkgver=8.1.1
-pkgrel=2
+pkgver=8.2.0
+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=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('46d8d4b6a1b687774fe02b8c53533ef864491af2975a8ce6bf9ca12e838bcbb3563f68c964ec0b652570b5c8d742c04905f1ae0b7de6a2804ec0d6822218b6b5')
+sha512sums=('e7b256233ff5521f5e859319c80aa5142d040df42b317087f32aadf19b89410bd5dcb04a80033f25877e0968b5842e1e26d44e0d23db20805829d1a390f65d32')
package() {
npm install -g --user root --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"