summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwhoseos2017-08-19 11:01:57 +0200
committerwhoseos2017-08-19 11:01:57 +0200
commit27ba6486d2aeaca277c1858bfd2b37e70fa718bf (patch)
treea106a3261f6554e77157f9eeccf5c3038835ac0d /PKGBUILD
parent64023149073245ef23be26f7bf82531a732d35b6 (diff)
downloadaur-nvidia-vulkan-developer-beta-lts.tar.gz
Update driver version to 381.26.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3093d20e32fd..04f38bfa0bd4 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-lts
-pkgver=381.26.08
+pkgver=381.26.13
pkgrel=1
pkgdesc="NVIDIA driver for Arch's official 'linux-lts' package (vulkan developer beta version)"
arch=('i686' 'x86_64')
@@ -25,8 +25,8 @@ esac
# Source
source_i686=("https://developer.nvidia.com/${pkgver//./}-linux-32bit")
source_x86_64=("https://developer.nvidia.com/${pkgver//./}-linux-64bit")
-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