summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernhard Landauer2017-08-24 10:08:49 +0200
committerBernhard Landauer2017-08-24 10:08:49 +0200
commit8e923872276ab9db83529467d99ebd505eadbec4 (patch)
tree8aeb336de761397f5ec1b4a5555f973c8e7e9458 /PKGBUILD
parent35c2edb729ad1d04383fc937c35b7b0707b65be6 (diff)
downloadaur-8e923872276ab9db83529467d99ebd505eadbec4.tar.gz
update to 384.59
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47bea33aa8f5..37b060798522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,21 +6,21 @@
# Contributor: Thomas Baechler <thomas@archlinux.org>
pkgname=nvidia-rt
-pkgver=375.26
-_extramodules=extramodules-4.8-rt
+pkgver=384.59
+_extramodules=extramodules-4.9-rt
pkgrel=1
pkgdesc="NVIDIA drivers for linux-rt"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
-depends=('linux-rt>=4.8' 'linux-rt<4.5' "nvidia-utils=$pkgver" 'libgl')
+depends=('linux-rt>=4.9' "nvidia-utils=$pkgver" 'libgl')
makedepends=('linux-rt-headers>=4.8' 'linux-rt-headers<4.9')
license=('custom')
options=(!strip)
install=$pkgname.install
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/$pkgver/NVIDIA-Linux-x86-$pkgver.run")
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/$pkgver/NVIDIA-Linux-x86_64-$pkgver-no-compat32.run")
-md5sums_i686=('b0706e88ad173f6b9c7bd2e5a838c163')
-md5sums_x86_64=('5595fb385e41638c5118784114b03d9a')
+md5sums_i686=('8d2a2049d0509875c5dc0d9a0275aee4')
+md5sums_x86_64=('778318b0fd2d5d511474a8987cc7dbe5')
[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-$pkgver"
[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-$pkgver-no-compat32"