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

Felix Yan felixonmars at archlinux.org
Wed Apr 26 08:54:24 UTC 2017


    Date: Wednesday, April 26, 2017 @ 08:54:24
  Author: felixonmars
Revision: 225630

use https

Modified:
  marked-man/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 08:54:18 UTC (rev 225629)
+++ PKGBUILD	2017-04-26 08:54:24 UTC (rev 225630)
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('nodejs' 'marked')
 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=('e2d55fd1b3a65f9e285d2d3b08d7cea39f6e82d2e08b3d45976828b217e6698e280c56acdc3ba941d627487d188865fdef5c5840bf875368a32164a6152611e2')
 



More information about the arch-commits mailing list