[update] vulkan-icd-loader -> 1.4.303

This commit is contained in:
Developer 2024-12-13 23:39:05 +00:00
parent c67c30816b
commit ee79d7d861
2 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,14 @@
# Generated by makepkg 6.1.0
# Generated by makepkg 7.0.0
# using fakeroot version 1.36
pkgname = vulkan-icd-loader
pkgbase = vulkan-icd-loader
xdata = pkgtype=pkg
pkgver = 1.3.295-1
pkgver = 1.4.303-1
pkgdesc = Vulkan Installable Client Driver (ICD) Loader
url = https://www.khronos.org/vulkan/
builddate = 1726269976
builddate = 1734133143
packager = Tuxcore <dev@tuxcore.org>
size = 558492
size = 578972
arch = x86_64
license = Apache-2.0
provides = libvulkan.so=1-64

View File

@ -1,6 +1,6 @@
# Packager = Tuxcore <dev@tuxcore.org>
pkgname=vulkan-icd-loader
pkgver=1.3.295
pkgver=1.4.303
pkgrel=1
arch=(x86_64)
pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
@ -11,7 +11,7 @@ depends=(glibc)
optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: vulkan-intel/vulkan-radeon/nvidia-utils/....
provides=('libvulkan.so')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz")
sha256sums=('9241b99fb70c6e172cdb8cb4c3d291c129e9499126cfe4c12aa854b71e035518')
sha256sums=('248a5f7dbf990609f61dac34d19e43f441ccc31fd5ec49b64e807740099057a9')
build() {
cd "${srcdir}"/Vulkan-Loader*