summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a82b42db489..ad2ece67cf7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Thomas Baechler <thomas@archlinux.org>
pkgname=nvidia-rt
-pkgver=352.21
+pkgver=352.30
_extramodules=extramodules-4.0-rt
pkgrel=1
pkgdesc="NVIDIA drivers for linux-rt."
@@ -19,8 +19,8 @@ install="${pkgname}.install"
options=(!strip)
source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run"
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run")
-md5sums=('c91760a04f658845722380f6c7fd4709'
- '4eea308a1b04553f720f82fd2fac79d3')
+md5sums=('7e59d84eafe2482b2f02df692b9168d5'
+ '135dd90db609cecad8e74bde0054cf6f')
[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"