summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwhoseos2017-07-16 16:14:39 +0200
committerwhoseos2017-07-16 16:14:39 +0200
commit083d43d9e2175d520d0d22fe54bc19012caecaa9 (patch)
tree2c7078a0fb3062391b8db44ce9f127f1abf12cdb /PKGBUILD
parent75777a0476e993e644c3ea2a2635e92861a94436 (diff)
downloadaur-083d43d9e2175d520d0d22fe54bc19012caecaa9.tar.gz
Update to latest vulkan driver version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43338112ef86..5bb890766270 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.06
+pkgver=381.26.08
pkgrel=1
pkgdesc="NVIDIA driver for Arch's official 'linux' package (vulkan developer beta version)"
arch=('i686' 'x86_64')
@@ -27,8 +27,8 @@ 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=('ebf836c206ed4a57cabd689987983582')
-md5sums_x86_64=('7f01309055e202ee7bd01b5aa2a29324')
+md5sums_i686=('25e6bf04e32ddfe34a09a137c784e7e6')
+md5sums_x86_64=('9710ef4fd5ead6670f67f3cb3aea39c1')
# Auto-detect patches (e.g. linux-4.1.patch)
for _patch in $(find "$startdir" -maxdepth 1 -name '*.patch' -printf "%f\n"); do