summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStijn Seghers2017-09-10 13:48:20 +1200
committerStijn Seghers2017-09-10 13:48:20 +1200
commit753a5aa4870ff56efc5a9cf1144f44fc724cedbc (patch)
tree154dcdf181128083fc35725677f70069c4daa4b5 /PKGBUILD
parent06f8c191edbe58ec85d77974064f2c2a1d07b3df (diff)
downloadaur-753a5aa4870ff56efc5a9cf1144f44fc724cedbc.tar.gz
Use https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')