Vulkan Memory Allocator: update to 3.2.1 (#23439)

* udpate vma to 3.2.1

* update checksums
This commit is contained in:
felixaszx
2025-02-19 03:20:06 -05:00
committed by GitHub
parent f1aa4ec079
commit fe7eca1d0c

View File

@@ -1,9 +1,9 @@
# Maintainer: Felixaszx (Felix Xing) felixxing3009@outlook.com
# Maintainer: Felix Xing (Felixaszx) <felixaszx@outlook.com>
_realname=VulkanMemoryAllocator
pkgbase=mingw-w64-vulkan-memory-allocator
pkgname=("${MINGW_PACKAGE_PREFIX}-vulkan-memory-allocator")
pkgver=3.2.0
pkgver=3.2.1
pkgrel=1
pkgdesc="Memory allocation library for Vulkan API (mingw-w64)"
arch=('any')
@@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://gpuopen.com/vulkan-memory-allocator/"
license=('spdx:MIT')
source=("https://github.com/GPUOpen-LibrariesAndSDKs/${_realname}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('e59a80307daa1d048e48f62bfee8c02e4a60180ca0d14b9b28181fc17eb36b07')
sha256sums=('5e7749504cb802427ffb7bec38a0b6a15db46ae253f00560acb3e624d9fe695c')
package() {
install -Dm644 "${srcdir}"/${_realname}-${pkgver}/include/*.h -t "${pkgdir}${MINGW_PREFIX}"/include/vma/