Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
lib32-vulkan-validation-layers
Commits:
a1844c6a by Laurent Carlier at 2024-12-07T12:48:09+01:00
upgpkg: 1.3.296.0-1: upstream update 1.3.296.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-vulkan-validation-layers
pkgdesc = Vulkan Validation Layers (32-bit)
- pkgver = 1.3.290
- pkgrel = 2
+ pkgver = 1.3.296.0
+ pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = x86_64
license = custom
@@ -16,7 +16,7 @@ pkgbase = lib32-vulkan-validation-layers
depends = lib32-vulkan-icd-loader
depends = vulkan-headers
options = !lto
- source =
https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/vulkan-sdk-1.3.290.tar.gz
- sha256sums =
c5ea27590207423bcb0686004f2814e136c44fa749e1fb9894d0d5cb713a8948
+ source =
https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/vulkan-sdk-1.3.296.0.tar.gz
+ sha256sums =
dea290d614c71eeb512452dff1555f907a405a5a21baefcf41b5548d5d0fe157
pkgname = lib32-vulkan-validation-layers
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Laurent Carlier <[email protected]>
pkgname=lib32-vulkan-validation-layers
-pkgver=1.3.290
-pkgrel=2
+pkgver=1.3.296.0
+pkgrel=1
arch=(x86_64)
pkgdesc="Vulkan Validation Layers (32-bit)"
url="https://www.khronos.org/vulkan/"
@@ -11,7 +11,7 @@ depends=('lib32-gcc-libs' 'lib32-vulkan-icd-loader'
'vulkan-headers')
makedepends=('cmake' 'python' 'lib32-libx11' 'lib32-libxrandr' 'lib32-wayland'
'ninja' 'git')
options=('!lto') # disable LTO
(https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/5994)
source=("https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/vulkan-sdk-${pkgver}.tar.gz")
-sha256sums=('c5ea27590207423bcb0686004f2814e136c44fa749e1fb9894d0d5cb713a8948')
+sha256sums=('dea290d614c71eeb512452dff1555f907a405a5a21baefcf41b5548d5d0fe157')
prepare() {
cd "${srcdir}"/Vulkan-ValidationLayers*
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-vulkan-validation-layers/-/commit/a1844c6ad06b52a36ce03e8da2f29e9fa6c2d2e9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-vulkan-validation-layers/-/commit/a1844c6ad06b52a36ce03e8da2f29e9fa6c2d2e9
You're receiving this email because of your account on gitlab.archlinux.org.