[arch-commits] Commit in stylus/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 26 08:55:22 UTC 2017


    Date: Wednesday, April 26, 2017 @ 08:55:21
  Author: felixonmars
Revision: 225634

use https

Modified:
  stylus/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 08:55:00 UTC (rev 225633)
+++ PKGBUILD	2017-04-26 08:55:21 UTC (rev 225634)
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('nodejs')
 makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
 sha256sums=('aeda6410088f14b48d36f3098a5492e47ff0d95cc9f9e24dc7f58815af9bc1d6')
 



More information about the arch-commits mailing list