summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2020-01-25 14:54:11 +1300
committerStijn Seghers2020-01-25 14:54:11 +1300
commitdf9254ec11f0b4c6841efc45d28463772fe73260 (patch)
tree33db5c0833b004242aba643e7b0eafa01c9df19c
parent76becb5d3588e020c739aba18984e360be1ee3fc (diff)
downloadaur-df9254ec11f0b4c6841efc45d28463772fe73260.tar.gz
Bump to version 13.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47cd1fdde2f5..83eca7b900ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = stylelint
pkgdesc = A mighty, modern linter that helps you avoid errors and enforce conventions in your styles
- pkgver = 12.0.1
+ pkgver = 13.0.0
pkgrel = 1
url = https://stylelint.io/
arch = any
license = MIT
makedepends = npm
depends = nodejs
- optdepends = stylelint-config-standard
- noextract = stylelint-12.0.1.tgz
- source = https://registry.npmjs.org/stylelint/-/stylelint-12.0.1.tgz
- sha256sums = 78e4bca30b0da18641bf9e6bdd59794a92b87658a2edaa74a3c0d566586ae75c
+ 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
pkgname = stylelint
diff --git a/PKGBUILD b/PKGBUILD
index 60b2764ab13d..5a5161216615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Stijn Seghers <stijnseghers at gmail dot com>
pkgname=stylelint
-pkgver=12.0.1
+pkgver=13.0.0
pkgrel=1
pkgdesc='A mighty, modern linter that helps you avoid errors and enforce conventions in your styles'
arch=('any')
url='https://stylelint.io/'
license=('MIT')
depends=('nodejs')
-optdepends=('stylelint-config-standard')
+optdepends=('stylelint-config-standard: config for common conventions')
makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha256sums=('78e4bca30b0da18641bf9e6bdd59794a92b87658a2edaa74a3c0d566586ae75c')
+sha256sums=('0b5447ff0fc59e04cf61aee1a085def7330018ae5f19ae0706d8bbb27258c338')
package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"