summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwhoseos2017-06-30 01:57:48 +0200
committerwhoseos2017-06-30 01:57:48 +0200
commit4114442b0b57021419dff20b2f8fb00635cd52c9 (patch)
treea08544d344c9fe6a1569ea308716430246863f13 /PKGBUILD
parentb982b01a0f17ea32ac2c687241945fdecf059e29 (diff)
downloadaur-4114442b0b57021419dff20b2f8fb00635cd52c9.tar.gz
A new vulkan driver has been released with a lower version number...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 817989bb2935..bb44ebfbf2c4 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.03
+pkgver=381.10.10
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=('07d6373f9d2672afacf11be1060bebb6')
-md5sums_x86_64=('b41bddbe1a613f3c3a07591a276f3202')
+md5sums_i686=('e218ceb370583186b9dc4e0c09d141ad')
+md5sums_x86_64=('2d808105048db815994264d3ab117c31')
# Auto-detect patches (e.g. linux-4.1.patch)
for _patch in $(find "$startdir" -maxdepth 1 -name '*.patch' -printf "%f\n"); do