summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2019-10-22 17:07:22 -0400
committergraysky2019-10-22 17:07:22 -0400
commit7b3598b1725bc29b4484c07acbf466c33976d41b (patch)
tree8928d64fa44d5af76d9ff963abe4d6b591106585
parent1f2ee4632fd64310d8a22ef143a70e2cc15af9f2 (diff)
downloadaur-7b3598b1725bc29b4484c07acbf466c33976d41b.tar.gz
Update to 340.107-26
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 242a5a5672e2..e02bd2a39006 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nvidia-340xx-lts
- pkgdesc = NVIDIA drivers for linux-lts
+ pkgdesc = NVIDIA drivers for linux-lts, 340xx legacy branch
pkgver = 340.107
- pkgrel = 25
+ pkgrel = 26
url = https://www.nvidia.com/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 03f1e1dde200..a6866548f1d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgbase=nvidia-340xx-lts
pkgname=(nvidia-340xx-lts nvidia-340xx-lts-dkms)
pkgver=340.107
-pkgrel=25
-pkgdesc="NVIDIA drivers for linux-lts"
+pkgrel=26
+pkgdesc="NVIDIA drivers for linux-lts, 340xx legacy branch"
arch=('x86_64')
url="https://www.nvidia.com/"
makedepends=("nvidia-340xx-utils=${pkgver}" 'linux-lts>=4.19.79' 'linux-lts-headers>=4.19.79')
@@ -58,7 +58,7 @@ package_nvidia-340xx-lts() {
find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
echo "blacklist nouveau" |
- install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia-340xx-ck.conf"
+ install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia-340xx-lts.conf"
}
package_nvidia-340xx-lts-dkms() {