Date: Saturday, August 1, 2015 @ 03:58:29 Author: svenstaro Revision: 242903
upgpkg: nvidia 352.30-1 upstream release 352.30 Modified: nvidia/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-31 22:38:17 UTC (rev 242902) +++ PKGBUILD 2015-08-01 01:58:29 UTC (rev 242903) @@ -3,9 +3,9 @@ # Maintainer: Thomas Baechler <[email protected]> pkgname=nvidia -pkgver=352.21 +pkgver=352.30 _extramodules=extramodules-4.1-ARCH -pkgrel=4 +pkgrel=1 pkgdesc="NVIDIA drivers for linux" arch=('i686' 'x86_64') url="http://www.nvidia.com/" @@ -16,8 +16,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=('c91760a04f658845722380f6c7fd4709' - '4eea308a1b04553f720f82fd2fac79d3') +md5sums=('7e59d84eafe2482b2f02df692b9168d5' + '135dd90db609cecad8e74bde0054cf6f') [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}" [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
