Skip to content

Commit

Permalink
Manjaro: Update kernel version(tested on 6.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
flydiscohuebr committed Jan 26, 2025
1 parent 3bc387a commit 0b52ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manjaro/nvidia-304.137/linux-nvidia-304xx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

_realextramodules="$(uname -r | cut -d"." -f1-2)"
_linuxrealprefix="linux$(echo $_realextramodules | tr -d .)"
[[ "$_realextramodules" > 6.10 ]] && { echo "Kernel não suportado. SAINDO / Kernel not supported. leaving" ; exit 1; }
[[ "$_realextramodules" > 6.13 ]] && { echo "Kernel não suportado. SAINDO / Kernel not supported. leaving" ; exit 1; }

_linuxprefix=$_linuxrealprefix
_extramodules=extramodules-$_realextramodules-MANJARO
Expand Down
2 changes: 1 addition & 1 deletion Manjaro/nvidia-304.137/nvidia-304xx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pkgver() {
package() {
pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch (metapackage with the driver and kernel)"
depends=('lib32-nvidia-304xx-utils' 'lib32-opencl-nvidia-304xx' 'linux-nvidia-304xx' 'nvidia-304xx-utils')
conflicts=('linux>6.10')
conflicts=('linux>6.13')
install="${pkgname}.install"
}

Expand Down

0 comments on commit 0b52ad3

Please sign in to comment.