Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
lib32-vulkan-icd-loader
Commits:
70fc5d4b by Robin Candau at 2025-12-10T00:02:37+01:00
upgpkg: 1.4.335.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lib32-vulkan-icd-loader
pkgdesc = Vulkan Installable Client Driver (ICD) Loader (32-bit)
- pkgver = 1.4.328.1
+ pkgver = 1.4.335.0
pkgrel = 1
url = https://www.vulkan.org/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = lib32-vulkan-icd-loader
depends = lib32-glibc
optdepends = lib32-vulkan-driver: packaged vulkan driver
provides = libvulkan.so
- source =
git+https://github.com/KhronosGroup/Vulkan-Loader#tag=vulkan-sdk-1.4.328.1
- b2sums =
eb0f78c3c804e54985a21bbdcfd052899677adcd466fcf1c5000e3e00c8dff8bcfbc3968b57d9ac0a8acc066dee3208fbfa21a5e521339277179e7f54450c197
+ source =
git+https://github.com/KhronosGroup/Vulkan-Loader#tag=vulkan-sdk-1.4.335.0
+ b2sums =
f6959746621669e8f868a70f04cdbacdb45ddf4b674b62b4ae6bb7c2f15ae6243a1a7b775b253268be51f5bf07c18665101ec97b02da120e29c5ca0b477b087f
pkgname = lib32-vulkan-icd-loader
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,9 @@
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
# Maintainer: Laurent Carlier <[email protected]>
+# Maintainer: Robin Candau <[email protected]>
pkgname=lib32-vulkan-icd-loader
-pkgver=1.4.328.1
+pkgver=1.4.335.0
pkgrel=1
pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
url="https://www.vulkan.org/"
@@ -25,7 +26,7 @@ optdepends=(
)
provides=(libvulkan.so)
source=("git+https://github.com/KhronosGroup/Vulkan-Loader#tag=vulkan-sdk-$pkgver")
-b2sums=('eb0f78c3c804e54985a21bbdcfd052899677adcd466fcf1c5000e3e00c8dff8bcfbc3968b57d9ac0a8acc066dee3208fbfa21a5e521339277179e7f54450c197')
+b2sums=('f6959746621669e8f868a70f04cdbacdb45ddf4b674b62b4ae6bb7c2f15ae6243a1a7b775b253268be51f5bf07c18665101ec97b02da120e29c5ca0b477b087f')
build() {
local cmake_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-vulkan-icd-loader/-/commit/70fc5d4baded7e8608a9d78490a19191ff52c266
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-vulkan-icd-loader/-/commit/70fc5d4baded7e8608a9d78490a19191ff52c266
You're receiving this email because of your account on gitlab.archlinux.org.