From 2517c85bce237379c71074900ef1c55c766117b7 Mon Sep 17 00:00:00 2001 From: gitbarnabedikartola Date: Sat, 9 Sep 2023 17:09:56 +0000 Subject: [PATCH] new version --- PKGBUILD | 6 +++--- nvidia.install | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c405391..3d9059b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,12 +4,12 @@ # Maintainer : Thomas Baechler _linuxprefix=linux-xanmod-lts -_extramodules=$(find /usr/lib/modules -type d -iname 6.1.51*xanmod* | rev | cut -d "/" -f1 | rev) +_extramodules=$(find /usr/lib/modules -type d -iname 6.1.52*xanmod* | rev | cut -d "/" -f1 | rev) pkgname=$_linuxprefix-nvidia-470xx pkgdesc="NVIDIA drivers for linux" pkgver=470.199.02 -pkgrel=61511 +pkgrel=61521 arch=('x86_64') url="http://www.nvidia.com/" license=('custom') @@ -33,7 +33,7 @@ prepare() { } build() { - _kernver=$(find /usr/lib/modules -type d -iname 6.1.51*xanmod* | rev | cut -d "/" -f1 | rev) + _kernver=$(find /usr/lib/modules -type d -iname 6.1.52*xanmod* | rev | cut -d "/" -f1 | rev) cd "${_pkg}" make -C kernel SYSSRC=/usr/lib/modules/"${_kernver}/build" module diff --git a/nvidia.install b/nvidia.install index 8bab1c8..e7c9c18 100644 --- a/nvidia.install +++ b/nvidia.install @@ -1,7 +1,7 @@ -EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.1.51*xanmod* | rev | cut -d "/" -f1 | rev) +EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.1.52*xanmod* | rev | cut -d "/" -f1 | rev) post_install() { - depmod $(find /usr/lib/modules -type d -iname 6.1.51*xanmod* | rev | cut -d "/" -f1 | rev) + depmod $(find /usr/lib/modules -type d -iname 6.1.52*xanmod* | rev | cut -d "/" -f1 | rev) } post_upgrade() {