Rebuild nvidia-drd for linux-drd 3.16
This commit is contained in:
parent
44dd5d3b2f
commit
76b937ccb4
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# $Id: PKGBUILD 216830 2014-07-12 00:33:09Z svenstaro $
|
||||
# $Id: PKGBUILD 219669 2014-08-13 13:42:32Z svenstaro $
|
||||
# Maintainer : Thomas Baechler <thomas@archlinux.org>
|
||||
|
||||
pkgname=nvidia-drd
|
||||
pkgver=340.24
|
||||
pkgver=340.32
|
||||
_extramodules=extramodules-3.16-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=('edd4c618265d22ef4d2b28baf070c6ff'
|
||||
'b71118e3e3ae9b227bf6f17a2cc8c726')
|
||||
md5sums=('423ea1a6938dbf226bb84504746fc646'
|
||||
'baea4c968a06d3eddec8fb1287bb38bb')
|
||||
|
||||
[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
|
||||
[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
|
||||
|
|
Loading…
Reference in a new issue