From 4bc9cb56a2f7f6d3e0caa76bda244344e20e1e10 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sat, 1 Aug 2020 17:00:43 +0200 Subject: [PATCH] Also use https for regular branches Fixes https://github.com/Frogging-Family/nvidia-all/issues/4 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index d531f8d..c550b1c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -171,7 +171,7 @@ if [ "$_driver_branch" = "vulkandev" ]; then _source_name="NVIDIA-Linux-x86_64-$pkgver.run::https://developer.nvidia.com/vulkan-beta-${pkgver//.}-linux" fi else - _source_name="http://us.download.nvidia.com/XFree86/Linux-x86_64/$pkgver/NVIDIA-Linux-x86_64-$pkgver.run" + _source_name="https://us.download.nvidia.com/XFree86/Linux-x86_64/$pkgver/NVIDIA-Linux-x86_64-$pkgver.run" fi source=($_source_name