summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')