From eab4add9375382f80e07e1c4fdb49246eb88d1c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 05:51:42 +0000 Subject: [PATCH] new version --- PKGBUILD | 6 +++--- nvidia.install | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 4cc7511..c222d69 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,12 +12,12 @@ # Contributor: Ike Devolder _linuxprefix=linux-xanmod -_extramodules=$(find /usr/lib/modules -type d -iname 6.1.8*xanmod* | rev | cut -d "/" -f1 | rev) +_extramodules=$(find /usr/lib/modules -type d -iname 6.1.9*xanmod* | rev | cut -d "/" -f1 | rev) pkgname=$_linuxprefix-nvidia-390xx pkgdesc="NVIDIA drivers for linux" pkgver=390.157 -pkgrel=6181 +pkgrel=6191 arch=('x86_64') url="http://www.nvidia.com/" license=('custom') @@ -41,7 +41,7 @@ prepare() { } build() { - _kernver=$(find /usr/lib/modules -type d -iname 6.1.8*xanmod* | rev | cut -d "/" -f1 | rev) + _kernver=$(find /usr/lib/modules -type d -iname 6.1.9*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 0663550..a32c155 100644 --- a/nvidia.install +++ b/nvidia.install @@ -1,7 +1,7 @@ -EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.1.8*xanmod* | rev | cut -d "/" -f1 | rev) +EXTRAMODULES=$(find /usr/lib/modules -type d -iname 6.1.9*xanmod* | rev | cut -d "/" -f1 | rev) post_install() { - depmod $(find /usr/lib/modules -type d -iname 6.1.8*xanmod* | rev | cut -d "/" -f1 | rev) + depmod $(find /usr/lib/modules -type d -iname 6.1.9*xanmod* | rev | cut -d "/" -f1 | rev) } post_upgrade() {