summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwhoseos2017-07-02 14:23:39 +0200
committerwhoseos2017-07-02 14:23:39 +0200
commit75777a0476e993e644c3ea2a2635e92861a94436 (patch)
tree6b6684ca284925a5d8cb5aa0fa1951efcc28e0b0 /PKGBUILD
parent4114442b0b57021419dff20b2f8fb00635cd52c9 (diff)
downloadaur-75777a0476e993e644c3ea2a2635e92861a94436.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 bb44ebfbf2c4..43338112ef86 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.10.10
+pkgver=381.26.06
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=('e218ceb370583186b9dc4e0c09d141ad')
-md5sums_x86_64=('2d808105048db815994264d3ab117c31')
+md5sums_i686=('ebf836c206ed4a57cabd689987983582')
+md5sums_x86_64=('7f01309055e202ee7bd01b5aa2a29324')
# Auto-detect patches (e.g. linux-4.1.patch)
for _patch in $(find "$startdir" -maxdepth 1 -name '*.patch' -printf "%f\n"); do