Update to 340.108-18

This commit is contained in:
graysky 2021-02-25 14:40:21 -05:00
parent 89f1f6ca6f
commit 5a1d96c9bb
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = nvidia-340xx pkgbase = nvidia-340xx
pkgdesc = NVIDIA drivers for linux, 340xx legacy branch pkgdesc = NVIDIA drivers for linux, 340xx legacy branch
pkgver = 340.108 pkgver = 340.108
pkgrel = 17 pkgrel = 18
url = https://www.nvidia.com/ url = https://www.nvidia.com/
arch = x86_64 arch = x86_64
license = custom license = custom

View file

@ -6,7 +6,7 @@
pkgbase=nvidia-340xx pkgbase=nvidia-340xx
pkgname=(nvidia-340xx nvidia-340xx-dkms) pkgname=(nvidia-340xx nvidia-340xx-dkms)
pkgver=340.108 pkgver=340.108
pkgrel=17 pkgrel=18
pkgdesc="NVIDIA drivers for linux, 340xx legacy branch" pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
arch=('x86_64') arch=('x86_64')
url="https://www.nvidia.com/" url="https://www.nvidia.com/"

View file

@ -1,7 +1,7 @@
post_install() { post_install() {
echo "-> You must tell Xorg to use the nvidia driver with kernels >=5.11.0." echo "-> You must tell Xorg to use the nvidia driver with kernels >=5.11.0."
echo "-> Minimal xorg config example: /usr/share/nvidia-340xx/20-nvidia.conf" echo "-> Minimal xorg config example: /usr/share/nvidia-340xx/20-nvidia.conf"
echo "-> To place in /etc/X11.org.conf.d/" echo "-> To place in /etc/X11/xorg.conf.d/"
} }
post_upgrade() { post_upgrade() {