summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwhoseos2017-08-19 11:01:53 +0200
committerwhoseos2017-08-19 11:01:53 +0200
commit074855baee4928a535bae7c15ee31ed14dfce2d6 (patch)
tree8e8d8dc49ed771f2bd656338f2470cbb97194f42 /PKGBUILD
parent083d43d9e2175d520d0d22fe54bc19012caecaa9 (diff)
downloadaur-nvidia-vulkan-developer-beta.tar.gz
Update driver version to 381.26.13 and remove linux 4.11 patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bb890766270..82f758d92023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Based on [aur]'s nvidia-beta: https://aur.archlinux.org/packages/nvidia-beta/
pkgname=nvidia-vulkan-developer-beta
-pkgver=381.26.08
+pkgver=381.26.13
pkgrel=1
pkgdesc="NVIDIA driver for Arch's official 'linux' package (vulkan developer beta version)"
arch=('i686' 'x86_64')
@@ -23,12 +23,10 @@ case "$CARCH" in
esac
# Source
-source=('linux-4.11.patch')
source_i686=("https://developer.nvidia.com/${pkgver//./}-linux-32bit")
source_x86_64=("https://developer.nvidia.com/${pkgver//./}-linux-64bit")
-md5sums=('cc8941b6898d9daa0fb67371f57a56b6')
-md5sums_i686=('25e6bf04e32ddfe34a09a137c784e7e6')
-md5sums_x86_64=('9710ef4fd5ead6670f67f3cb3aea39c1')
+md5sums_i686=('0ef358844c12a774da099e906d70da9a')
+md5sums_x86_64=('c5c3e841d975c96eae264ad9840dc762')
# Auto-detect patches (e.g. linux-4.1.patch)
for _patch in $(find "$startdir" -maxdepth 1 -name '*.patch' -printf "%f\n"); do