Date: Saturday, March 6, 2010 @ 12:17:42 Author: tpowa Revision: 71309
upgpkg: nvidia-utils 190.53-1 force downgrade, due to issues in latest driver Modified: nvidia-utils/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-06 16:37:04 UTC (rev 71308) +++ PKGBUILD 2010-03-06 17:17:42 UTC (rev 71309) @@ -3,7 +3,7 @@ # Contributor: James Rayner <[email protected]> pkgname=nvidia-utils -pkgver=195.36.08 +pkgver=190.53 pkgrel=1 pkgdesc="NVIDIA drivers utilities and libraries." arch=('i686' 'x86_64') @@ -17,8 +17,9 @@ license=('custom') install=nvidia.install source=("http://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run") -md5sums=('7b78eed78b5f345af6dd1b2a83f5d44b') -[ "$CARCH" = "x86_64" ] && md5sums=('854852a02595eda776e7a67573304eeb') +options=(force) +md5sums=('2e80419f6f9ac16beecd839874d0c5ab') +[ "$CARCH" = "x86_64" ] && md5sums=('3d3e956366f9df0e4c64d2e0299d1029') build() { cd $srcdir
