summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasiliy Stelmachenok2021-10-15 09:57:36 +0300
committerVasiliy Stelmachenok2021-10-15 09:57:36 +0300
commit8fd4351e7a5a9f023e62305e516f78676ac7dc39 (patch)
tree5c6dbf0a12d355b9cf9d850d32bf0f9d7013449c
parent737d788017b0c4802a61e3f27d10a86b083686a2 (diff)
downloadaur-8fd4351e7a5a9f023e62305e516f78676ac7dc39.tar.gz
Hotifx
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2be1a431535f..c68d013152f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nvidia-dkms-performance
pkgver = 495.29.05
- pkgrel = 3
+ pkgrel = 4
url = https://www.nvidia.com/
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 747f68684d12..a970785d488e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,7 +64,7 @@ else
pkgname=(nvidia-dkms-performance nvidia-settings-performance nvidia-utils-performance opencl-nvidia-performance)
fi
pkgver=495.29.05
-pkgrel=3
+pkgrel=4
arch=('x86_64' 'aarch64')
url='https://www.nvidia.com/'
license=('custom')
@@ -182,7 +182,7 @@ prepare() {
fi
if [[ ! -z $registrydwords ]]; then
- sed -i "s/__NV_REGISTRY_DWORDS, NULL/__NV_REGISTRY_DWORDS, ${registrydwords}\"/" \
+ sed -i "s/__NV_REGISTRY_DWORDS, NULL/__NV_REGISTRY_DWORDS, ${registrydwords}/" \
kernel/nvidia/nv-reg.h
fi