summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2020-03-29 08:59:22 +1300
committerStijn Seghers2020-03-29 08:59:22 +1300
commit3c80c150644ceed5ae4d2edd17b9fe842136a5e0 (patch)
treee6d159ef617f6b50cb63a51a911e06805fcb0e95
parentff24327a794074d5fee5c4d5d653bc3009e8ab1a (diff)
downloadaur-3c80c150644ceed5ae4d2edd17b9fe842136a5e0.tar.gz
Bump to version 20.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0efca145530..2715edb88c0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = stylelint-config-standard
pkgdesc = The standard shareable config for stylelint
- pkgver = 19.0.0
+ pkgver = 20.0.0
pkgrel = 1
url = https://github.com/stylelint/stylelint-config-standard
arch = any
license = MIT
makedepends = npm
- noextract = stylelint-config-standard-19.0.0.tgz
- source = https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-19.0.0.tgz
- sha256sums = 640c3e96238dbf7fe1196a499d951eb6022c44bbb149b6cfdb35cb8d3d377e1b
+ noextract = stylelint-config-standard-20.0.0.tgz
+ source = https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-20.0.0.tgz
+ sha256sums = 319be7098308a54e59148bd874eb97a25febf0b33c677d88b4adb87884720d79
pkgname = stylelint-config-standard
diff --git a/PKGBUILD b/PKGBUILD
index 4f22cf0deccb..82b956ae38f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stijn Seghers <stijnseghers at gmail dot com>
pkgname=stylelint-config-standard
-pkgver=19.0.0
+pkgver=20.0.0
pkgrel=1
pkgdesc='The standard shareable config for stylelint'
arch=('any')
@@ -11,7 +11,7 @@ depends=()
makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha256sums=('640c3e96238dbf7fe1196a499d951eb6022c44bbb149b6cfdb35cb8d3d377e1b')
+sha256sums=('319be7098308a54e59148bd874eb97a25febf0b33c677d88b4adb87884720d79')
package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"