From dd405ba687bd4fc2cfd07d1c06f6a653bc212f3e Mon Sep 17 00:00:00 2001 From: Piotr Gorski Date: Thu, 27 Jun 2024 19:39:34 +0200 Subject: [PATCH] Sync with Github Signed-off-by: Piotr Gorski --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index b281ba2f99c4..c24896b11a99 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -229,7 +229,7 @@ if [ -n "$_build_nvidia" ]; then fi if [ -n "$_build_nvidia_open" ]; then - source+=("nvidia-open-${_nv_ver}.tar.gz::https://github.com/CachyOS/open-gpu-kernel-modules/archive/refs/tags/${_nv_ver}.tar.gz" + source+=("nvidia-open-${_nv_ver}.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${_nv_ver}.tar.gz" "${_patchsource}/misc/nvidia/make-modeset-fbdev-default.patch" "${_patchsource}/misc/nvidia/nvidia-open-gcc-ibt-sls.patch") fi