--- PKGBUILD 2013-08-24 12:13:22.438883807 -0400 +++ PKGBUILD 2013-08-24 12:13:37.175187701 -0400 @@ -14,8 +14,6 @@ license=('custom') install=nvidia.install options=(!strip) -source=('nvidia-linux-3.10.patch') -md5sums=('f12bb3f5829b979a0d79e68b78c2ba6a') if [ "$CARCH" = "i686" ]; then _arch='x86' @@ -35,9 +33,6 @@ cd "${srcdir}" sh "${_pkg}.run" --extract-only cd "${_pkg}/kernel" - ### Derived from the linux-3.10 patch: - ### This patch removes AGP additional from /proc, I don't think this is correct but it makes it compile. -# patch -Np2 -i ${srcdir}/nvidia-linux-3.10.patch make SYSSRC=/usr/lib/modules/"${_kernver}/build" module }