summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2017-09-10 13:48:07 +1200
committerStijn Seghers2017-09-10 13:48:07 +1200
commit6998d28eab8ca53911c5ef7206d0e57afc242afc (patch)
tree53182c9195e0bafd97d2d45bc1f26dd2d80b1978
parent7407bd54e4bbc3f9d334e7e6770eae1a2805b67f (diff)
downloadaur-6998d28eab8ca53911c5ef7206d0e57afc242afc.tar.gz
Use https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1718974243ea..e9a402920f38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stylelint-config-standard
pkgdesc = The standard shareable config for stylelint
pkgver = 17.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/stylelint/stylelint-config-standard
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = stylelint-config-standard
depends = nodejs
depends = stylelint
noextract = stylelint-config-standard-17.0.0.tgz
- source = http://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-17.0.0.tgz
+ source = https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-17.0.0.tgz
sha512sums = 1bc8cc6742ac6951fb95ebabf572d9561c0e047676bdd6ee255f01832d2d6bbfcfa418441e8e9f8d50da35c8720865c1e6c45c595aba3bdac453f32f63d7100d
pkgname = stylelint-config-standard
diff --git a/PKGBUILD b/PKGBUILD
index 3985c9bfe283..6a3761f74324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=stylelint-config-standard
pkgver=17.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='The standard shareable config for stylelint'
arch=('any')
url='https://github.com/stylelint/stylelint-config-standard'
license=('MIT')
depends=('nodejs' 'stylelint')
makedepends=('npm')
-source=("http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
sha512sums=('1bc8cc6742ac6951fb95ebabf572d9561c0e047676bdd6ee255f01832d2d6bbfcfa418441e8e9f8d50da35c8720865c1e6c45c595aba3bdac453f32f63d7100d')