Date: Thursday, December 11, 2014 @ 15:25:23 Author: fyan Revision: 227461
upgpkg: nvidia 343.36-1 upstream new release Modified: nvidia/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-11 14:20:40 UTC (rev 227460) +++ PKGBUILD 2014-12-11 14:25:23 UTC (rev 227461) @@ -2,9 +2,9 @@ # Maintainer : Thomas Baechler <[email protected]> pkgname=nvidia -pkgver=343.22 +pkgver=343.36 _extramodules=extramodules-3.17-ARCH -pkgrel=6 +pkgrel=1 pkgdesc="NVIDIA drivers for linux" arch=('i686' 'x86_64') url="http://www.nvidia.com/" @@ -15,8 +15,8 @@ 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=('696d0bfa7195e22e0c4bd858fff2abb6' - '3d98eaa01a94e86abb04723ae2a702b1') +md5sums=('eae5d5407df0b371929a76f96aec4020' + 'dfdf53ee8787455fe92a760ffa6badcb') [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}" [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
