Update nvidia-drd to 340.24
This commit is contained in:
parent
d36d878637
commit
080b1dc402
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# $Id: PKGBUILD 215244 2014-06-17 07:48:35Z tpowa $
|
# $Id: PKGBUILD 216830 2014-07-12 00:33:09Z svenstaro $
|
||||||
# Maintainer : Thomas Baechler <thomas@archlinux.org>
|
# Maintainer : Thomas Baechler <thomas@archlinux.org>
|
||||||
|
|
||||||
pkgname=nvidia-drd
|
pkgname=nvidia-drd
|
||||||
pkgver=337.25
|
pkgver=340.24
|
||||||
_extramodules=extramodules-3.15-drd
|
_extramodules=extramodules-3.15-drd
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="NVIDIA drivers for linux"
|
pkgdesc="NVIDIA drivers for linux"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.nvidia.com/"
|
url="http://www.nvidia.com/"
|
||||||
|
@ -16,8 +16,8 @@ install=nvidia.install
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run"
|
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")
|
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run")
|
||||||
md5sums=('2a217632ced8952e21000a51065f85b8'
|
md5sums=('edd4c618265d22ef4d2b28baf070c6ff'
|
||||||
'66e19d6d621c9e70fbd5374dd8b44341')
|
'b71118e3e3ae9b227bf6f17a2cc8c726')
|
||||||
|
|
||||||
[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
|
[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
|
||||||
[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
|
[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
|
||||||
|
|
Loading…
Reference in a new issue