summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2017-04-06 20:00:09 +0300
committerDet2017-04-06 20:00:09 +0300
commit097a8ea1444705d29cbd530173c6d3d60c64c761 (patch)
treece2f6279132a4286d3c510b92146ddf9a88b7abb /PKGBUILD
parent4299e985995f7caef5c8c04dac42a4550e1ab8b0 (diff)
downloadaur-097a8ea1444705d29cbd530173c6d3d60c64c761.tar.gz
Upgpkg: 381.09
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bbd4af3a286..3f611bc231f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Based on nvidia-beta: https://aur.archlinux.org/packages/nvidia-beta/
pkgname=nvidia-beta-all
-pkgver=378.13
-pkgrel=2
+pkgver=381.09
+pkgrel=1
pkgdesc="NVIDIA drivers for all kernels on the system (beta)"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
@@ -23,12 +23,12 @@ case "$CARCH" in
esac
# Source
-source=('linux-4.10.patch')
+#source=('linux-4.10.patch')
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/$pkgver/NVIDIA-Linux-x86-$pkgver.run")
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/$pkgver/NVIDIA-Linux-x86_64-$pkgver-no-compat32.run")
-md5sums=('e81769b830b7a1e60c635e3bbe559f59')
-md5sums_i686=('dd1077750af9a067739ec291fb24175f')
-md5sums_x86_64=('fe4d25b19a780a690cafc8e3b7c0113f')
+#md5sums=('e81769b830b7a1e60c635e3bbe559f59')
+md5sums_i686=('aa16257e2ab1c28724479165afc187cc')
+md5sums_x86_64=('fe66660415e3919681e61bfc4e95cba4')
# Auto-detect patches (e.g. linux-4.1.patch)
for _patch in $(find "$startdir" -maxdepth 1 -name '*.patch' -printf "%f\n"); do