summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-02-25 14:40:21 -0500
committergraysky2021-02-25 14:40:21 -0500
commit5a1d96c9bb7362b6262a4a90624c8ce74c29f996 (patch)
tree6c48de9ca1b36046a13fa1760024cbfcb8259977
parent89f1f6ca6f31e812eb148a02c0eb26293e582a3d (diff)
downloadaur-5a1d96c9bb7362b6262a4a90624c8ce74c29f996.tar.gz
Update to 340.108-18
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--nvidia-340xx.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd3b3c7314fa..7423803d2c0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nvidia-340xx
pkgdesc = NVIDIA drivers for linux, 340xx legacy branch
pkgver = 340.108
- pkgrel = 17
+ pkgrel = 18
url = https://www.nvidia.com/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 3d04e83ee410..c911947b21f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=nvidia-340xx
pkgname=(nvidia-340xx nvidia-340xx-dkms)
pkgver=340.108
-pkgrel=17
+pkgrel=18
pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
arch=('x86_64')
url="https://www.nvidia.com/"
diff --git a/nvidia-340xx.install b/nvidia-340xx.install
index fbd860f78612..5f9783b70a4e 100644
--- a/nvidia-340xx.install
+++ b/nvidia-340xx.install
@@ -1,7 +1,7 @@
post_install() {
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 "-> To place in /etc/X11.org.conf.d/"
+ echo "-> To place in /etc/X11/xorg.conf.d/"
}
post_upgrade() {