Update nvidia-drd to 337.19
This commit is contained in:
parent
bdf6f641a4
commit
be7a4adc69
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# $Id: PKGBUILD 213333 2014-05-20 12:45:31Z svenstaro $
|
||||
# $Id: PKGBUILD 213919 2014-05-31 12:43:48Z svenstaro $
|
||||
# Maintainer : Thomas Baechler <thomas@archlinux.org>
|
||||
|
||||
pkgname=nvidia-drd
|
||||
pkgver=337.19
|
||||
pkgver=337.25
|
||||
_extramodules=extramodules-3.14-drd
|
||||
pkgrel=1
|
||||
pkgdesc="NVIDIA drivers for linux"
|
||||
|
@ -16,8 +16,8 @@ install=nvidia.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=('cf8e88e313928eb7a4d6f652ff287717'
|
||||
'5f7ed7eab32fa99c72bb2c30d0a85b9d')
|
||||
md5sums=('2a217632ced8952e21000a51065f85b8'
|
||||
'66e19d6d621c9e70fbd5374dd8b44341')
|
||||
|
||||
[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
|
||||
[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
|
||||
|
|
Loading…
Reference in a new issue