Date: Friday, November 13, 2009 @ 12:26:21 Author: thomas Revision: 58747
Merged revisions 58740 via svnmerge from svn+ssh://gerolde.archlinux.org/srv/svn-packages/nvidia-96xx-utils/trunk ........ r58740 | thomas | 2009-11-13 18:18:58 +0100 (Fr, 13 Nov 2009) | 2 lines Update nvidia legacy drivers 96.xx.xx and 173.xx.xx to versions compatible with the latest xorg server ........ Modified: nvidia-96xx-utils/repos/extra-i686/ (properties) nvidia-96xx-utils/repos/extra-i686/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Property changes on: nvidia-96xx-utils/repos/extra-i686 ___________________________________________________________________ Modified: svnmerge-integrated - /nvidia-96xx-utils/trunk:1-48204 + /nvidia-96xx-utils/trunk:1-58746 Modified: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2009-11-13 17:25:07 UTC (rev 58746) +++ extra-i686/PKGBUILD 2009-11-13 17:26:21 UTC (rev 58747) @@ -1,9 +1,8 @@ # $Id$ # Maintainer: Thomas Baechler <[email protected]> -# Contributor: James Rayner <[email protected]> pkgname=nvidia-96xx-utils -pkgver=96.43.13 +pkgver=96.43.14 pkgrel=1 pkgdesc="NVIDIA drivers utilities and libraries, 96xx branch." arch=('i686' 'x86_64') @@ -16,9 +15,10 @@ provides=('libgl') license=('custom') install=nvidia.install +options=(!strip) source=("http://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run") -md5sums=('ed4a1f2e22e900aecc693fb3e3c4fde3') -[ "$CARCH" = "x86_64" ] && md5sums=('200f4aac06a9b9d8c2fb6cf5b08c2443') +sha256sums=('7906f34371f06ca8deb977e1e9c321b1687e0db3fecf98e1ba7bc0779b8c236d') +[ "$CARCH" = "x86_64" ] && sha256sums=('19fa6878061bf413dac4de4b17a5e32f26cf699f7b958805e4b9f0b03892af54') build() { cd $srcdir
