summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoakim Hernberg2016-02-08 12:14:52 +0100
committerJoakim Hernberg2016-02-08 12:14:52 +0100
commit26b0fbc6514c96de2863b0685e15a22f00dc79b1 (patch)
tree9994258113e98194986359c5e6ae885c9435b0d4 /PKGBUILD
parent9120c36998d4e383de6b6e4e5d40a90bbf20d9ed (diff)
downloadaur-26b0fbc6514c96de2863b0685e15a22f00dc79b1.tar.gz
bump to 361.18-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e314450f3391..4b25f0b24cbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
# Contributor: Thomas Baechler <thomas@archlinux.org>
pkgname=nvidia-rt
-pkgver=358.16
+pkgver=361.18
_extramodules=extramodules-4.1-rt
-pkgrel=2
+pkgrel=1
pkgdesc="NVIDIA drivers for linux-rt"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
@@ -17,10 +17,10 @@ makedepends=('linux-rt-headers>=4.1' 'linux-rt-headers<4.2')
license=('custom')
options=(!strip)
install=nvidia-rt.install
-source_i686="ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run"
-source_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run"
-sha256sums_i686=('d3a2842cbfb1163e20c658fbfaf5a235d5c9f035cd2d657f15df8a14b3fe80b1')
-sha256sums_x86_64=('4f0f02d1eb123128d133a5fd00a5ff129b2ac0482f552e15eafa8baa943321f7')
+source_i686=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run")
+source_x86_64=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run")
+sha256sums_i686=('45171c24e0011d0e062ba487bd9abef3797752e29ee4cbe665af8d9ccacfd6d8')
+sha256sums_x86_64=('406ac161db6e3005bbfb4074becdc42e756f0e06440a072046039e64d63ed189')
[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"