diff --git a/Vulkan-ValidationLayers-1.1.102.tar.xz b/Vulkan-ValidationLayers-1.1.102.tar.xz
deleted file mode 100644
index 3dacc49..0000000
--- a/Vulkan-ValidationLayers-1.1.102.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:3b560d5f3d9d071ee9cbb26ab243101ca551d95fe5891ff2f9f44e0d632548b2
-size 672228
diff --git a/Vulkan-ValidationLayers-1.1.107.g31.tar.xz b/Vulkan-ValidationLayers-1.1.107.g31.tar.xz
new file mode 100644
index 0000000..4009b41
--- /dev/null
+++ b/Vulkan-ValidationLayers-1.1.107.g31.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:447df9b2fe7700f842ac65bf4718093af2abbc63a7fd0a78ccba509b751b45e8
+size 788236
diff --git a/_service b/_service
index 012b79e..5d5e890 100644
--- a/_service
+++ b/_service
@@ -2,9 +2,9 @@
git
https://github.com/KhronosGroup/Vulkan-ValidationLayers
- v1.1.102
- v1.1.102
- 1.1.102
+ 10a98fac8fae947e20f18b84f2b91fe5250227c2
+ v1.1.107
+ 1.1.107.g@TAG_OFFSET@
*.tar
diff --git a/vulkan-validationlayers.changes b/vulkan-validationlayers.changes
index d36a117..d79435d 100644
--- a/vulkan-validationlayers.changes
+++ b/vulkan-validationlayers.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Tue Jun 4 10:22:58 UTC 2019 - Jan Engelhardt
+
+- Update to new snapshot 1.1.107.g31
+ * Fix use-after-free bug for push descriptor sets.
+ * Add validation for VK_EXT_host_query_reset, QueryIndexedEXT,
+ VK_KHR_shader_float_controls, VK_EXT_ycbcr_image_arrays.
+ * Create khronos validation layer.
+
-------------------------------------------------------------------
Sun Mar 17 13:37:13 UTC 2019 - Jan Engelhardt
diff --git a/vulkan-validationlayers.spec b/vulkan-validationlayers.spec
index ce93851..774610a 100644
--- a/vulkan-validationlayers.spec
+++ b/vulkan-validationlayers.spec
@@ -16,23 +16,23 @@
#
-%define version_unconverted 1.1.102
+%define version_unconverted 1.1.107.g31
Name: vulkan-validationlayers
-Version: 1.1.102
+Version: 1.1.107.g31
Release: 0
Summary: Validation layers for Vulkan
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
Source: Vulkan-ValidationLayers-%version.tar.xz
-BuildRequires: cmake >= 2.8.11
+BuildRequires: cmake >= 3.4
BuildRequires: gcc-c++ >= 4.8
-BuildRequires: glslang-devel
+BuildRequires: glslang-devel >= 7.11.3188
BuildRequires: pkg-config
BuildRequires: python3-base
-BuildRequires: spirv-tools-devel >= 2019.2
-BuildRequires: pkgconfig(vulkan) >= 1.1.95
+BuildRequires: spirv-tools-devel >= 2019.4~git33
+BuildRequires: pkgconfig(vulkan) >= 1.1.107
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)