summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2018-02-19 07:52:45 +1300
committerStijn Seghers2018-02-19 07:52:45 +1300
commit8277c69c746281d3a18191cd97c992118a6e03b7 (patch)
tree24ac6db5e5c05181264ffced0b9f8d2496562fd3
parent6998d28eab8ca53911c5ef7206d0e57afc242afc (diff)
downloadaur-8277c69c746281d3a18191cd97c992118a6e03b7.tar.gz
Version bump: 18.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a402920f38..f671fc1814e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = stylelint-config-standard
pkgdesc = The standard shareable config for stylelint
- pkgver = 17.0.0
- pkgrel = 3
+ pkgver = 18.0.0
+ pkgrel = 1
url = https://github.com/stylelint/stylelint-config-standard
arch = any
license = MIT
makedepends = npm
depends = nodejs
depends = stylelint
- noextract = stylelint-config-standard-17.0.0.tgz
- source = https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-17.0.0.tgz
- sha512sums = 1bc8cc6742ac6951fb95ebabf572d9561c0e047676bdd6ee255f01832d2d6bbfcfa418441e8e9f8d50da35c8720865c1e6c45c595aba3bdac453f32f63d7100d
+ noextract = stylelint-config-standard-18.0.0.tgz
+ source = https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz
+ sha512sums = 0e7baba8ec790ae9b2bb060fbee36b0671352e775e98593297c19091e1e1d6420bd75d4ccc1227329709bcbfa12a852b1db671e7d8afba893eb107a4385f8c22
pkgname = stylelint-config-standard
diff --git a/PKGBUILD b/PKGBUILD
index 6a3761f74324..b978a136293f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Stijn Seghers <stijnseghers at gmail dot com>
pkgname=stylelint-config-standard
-pkgver=17.0.0
-pkgrel=3
+pkgver=18.0.0
+pkgrel=1
pkgdesc='The standard shareable config for stylelint'
arch=('any')
url='https://github.com/stylelint/stylelint-config-standard'
@@ -12,7 +12,7 @@ depends=('nodejs' 'stylelint')
makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('1bc8cc6742ac6951fb95ebabf572d9561c0e047676bdd6ee255f01832d2d6bbfcfa418441e8e9f8d50da35c8720865c1e6c45c595aba3bdac453f32f63d7100d')
+sha512sums=('0e7baba8ec790ae9b2bb060fbee36b0671352e775e98593297c19091e1e1d6420bd75d4ccc1227329709bcbfa12a852b1db671e7d8afba893eb107a4385f8c22')
package() {
npm install -g --user root --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"