summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2020-03-29 09:04:11 +1300
committerStijn Seghers2020-03-29 09:04:11 +1300
commitda8d9cd68cf4a36a43687bcebe765383252b2998 (patch)
treef0a0a4f9125392fbe9d8356f117cf27b1b3c5535
parentdf9254ec11f0b4c6841efc45d28463772fe73260 (diff)
downloadaur-da8d9cd68cf4a36a43687bcebe765383252b2998.tar.gz
Bump version to 13.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83eca7b900ca..037460f2ff16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stylelint
pkgdesc = A mighty, modern linter that helps you avoid errors and enforce conventions in your styles
- pkgver = 13.0.0
+ pkgver = 13.2.1
pkgrel = 1
url = https://stylelint.io/
arch = any
@@ -8,9 +8,9 @@ pkgbase = stylelint
makedepends = npm
depends = nodejs
optdepends = stylelint-config-standard: config for common conventions
- noextract = stylelint-13.0.0.tgz
- source = https://registry.npmjs.org/stylelint/-/stylelint-13.0.0.tgz
- sha256sums = 0b5447ff0fc59e04cf61aee1a085def7330018ae5f19ae0706d8bbb27258c338
+ noextract = stylelint-13.2.1.tgz
+ source = https://registry.npmjs.org/stylelint/-/stylelint-13.2.1.tgz
+ sha256sums = d546f244aa67e0b321ae577be50263707589509819b8c479c74cecf1c21491fc
pkgname = stylelint
diff --git a/PKGBUILD b/PKGBUILD
index 5a5161216615..0905a1be7eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stijn Seghers <stijnseghers at gmail dot com>
pkgname=stylelint
-pkgver=13.0.0
+pkgver=13.2.1
pkgrel=1
pkgdesc='A mighty, modern linter that helps you avoid errors and enforce conventions in your styles'
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('stylelint-config-standard: config for common conventions')
makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha256sums=('0b5447ff0fc59e04cf61aee1a085def7330018ae5f19ae0706d8bbb27258c338')
+sha256sums=('d546f244aa67e0b321ae577be50263707589509819b8c479c74cecf1c21491fc')
package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"