summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2019-12-27 14:10:00 +1300
committerStijn Seghers2019-12-27 14:10:00 +1300
commitff24327a794074d5fee5c4d5d653bc3009e8ab1a (patch)
treea86444bce8d47b362ccece65790665cc7e29deb1
parentb7ea6915667c2018088aba563db439034e2957dd (diff)
downloadaur-ff24327a794074d5fee5c4d5d653bc3009e8ab1a.tar.gz
Bump to version 19.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4d9c879af00..f0efca145530 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = stylelint-config-standard
pkgdesc = The standard shareable config for stylelint
- pkgver = 18.3.0
+ pkgver = 19.0.0
pkgrel = 1
url = https://github.com/stylelint/stylelint-config-standard
arch = any
license = MIT
makedepends = npm
- noextract = stylelint-config-standard-18.3.0.tgz
- source = https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-18.3.0.tgz
- sha512sums = 4dd73f4c579d7638f2eb82ef8cf6aef52b1f5517b199316a5219cc06bcf3d3b278a7675542d9a99dc445fe8f32667f2e800dd4b78dc4ea8d46b635fcd13172b7
+ 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
pkgname = stylelint-config-standard
diff --git a/PKGBUILD b/PKGBUILD
index c3ecb99264d6..4f22cf0deccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
-
# Maintainer: Stijn Seghers <stijnseghers at gmail dot com>
pkgname=stylelint-config-standard
-pkgver=18.3.0
+pkgver=19.0.0
pkgrel=1
pkgdesc='The standard shareable config for stylelint'
arch=('any')
-url='https://github.com/stylelint/stylelint-config-standard'
+url="https://github.com/stylelint/$pkgname"
license=('MIT')
depends=()
makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('4dd73f4c579d7638f2eb82ef8cf6aef52b1f5517b199316a5219cc06bcf3d3b278a7675542d9a99dc445fe8f32667f2e800dd4b78dc4ea8d46b635fcd13172b7')
+sha256sums=('640c3e96238dbf7fe1196a499d951eb6022c44bbb149b6cfdb35cb8d3d377e1b')
package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"