summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2017-09-10 13:48:20 +1200
committerStijn Seghers2017-09-10 13:48:20 +1200
commit753a5aa4870ff56efc5a9cf1144f44fc724cedbc (patch)
tree154dcdf181128083fc35725677f70069c4daa4b5
parent06f8c191edbe58ec85d77974064f2c2a1d07b3df (diff)
downloadaur-753a5aa4870ff56efc5a9cf1144f44fc724cedbc.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 8bc0ed10b6ad..9dd44caefaec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stylelint
pkgdesc = A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets
pkgver = 8.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://stylelint.io/
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = stylelint
depends = nodejs
optdepends = stylelint-config-standard
noextract = stylelint-8.1.1.tgz
- source = http://registry.npmjs.org/stylelint/-/stylelint-8.1.1.tgz
+ source = https://registry.npmjs.org/stylelint/-/stylelint-8.1.1.tgz
sha512sums = 46d8d4b6a1b687774fe02b8c53533ef864491af2975a8ce6bf9ca12e838bcbb3563f68c964ec0b652570b5c8d742c04905f1ae0b7de6a2804ec0d6822218b6b5
pkgname = stylelint
diff --git a/PKGBUILD b/PKGBUILD
index a562d273031f..9d7fa4649b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=stylelint
pkgver=8.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets'
arch=('any')
url='https://stylelint.io/'
@@ -10,7 +10,7 @@ license=('MIT')
depends=('nodejs')
optdepends=('stylelint-config-standard')
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=('46d8d4b6a1b687774fe02b8c53533ef864491af2975a8ce6bf9ca12e838bcbb3563f68c964ec0b652570b5c8d742c04905f1ae0b7de6a2804ec0d6822218b6b5')