diff options
author | Michel Zou | 2022-03-08 20:06:00 +0100 |
---|---|---|
committer | Michel Zou | 2022-03-08 20:06:00 +0100 |
commit | 1d3fe0be770fc6bb9a2e6b4b0c97f80d72aa0dcb (patch) | |
tree | e1f1b9182beccb0577e9eb38dcc96b2fa3968c38 | |
parent | 92f153594f5a8b463d8a93bd584cc6e4f823f5a5 (diff) | |
download | aur-1d3fe0be770fc6bb9a2e6b4b0c97f80d72aa0dcb.tar.gz |
1.3.207
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-vulkan-icd-loader pkgdesc = Vulkan Installable Client Driver (ICD) Loader (mingw-w64) - pkgver = 1.3.206 + pkgver = 1.3.207 pkgrel = 1 url = https://www.khronos.org/vulkan/ arch = any @@ -13,7 +13,7 @@ pkgbase = mingw-w64-vulkan-icd-loader options = !buildflags options = staticlibs options = !strip - source = https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.3.206.tar.gz - sha256sums = 115263a3e9d37fe0b9f9e8a30d7b5769889ec1002b2ee2db1a2d38d4756f74b3 + source = https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.3.207.tar.gz + sha256sums = f638a69ffc8afb6ff018a70ef0451b08a869081a417a23538a13a5fbc97aef97 pkgname = mingw-w64-vulkan-icd-loader @@ -1,6 +1,6 @@ pkgname=mingw-w64-vulkan-icd-loader _pkgname=Vulkan-Loader -pkgver=1.3.206 +pkgver=1.3.207 pkgrel=1 pkgdesc="Vulkan Installable Client Driver (ICD) Loader (mingw-w64)" arch=(any) @@ -11,13 +11,12 @@ makedepends=(mingw-w64-cmake mingw-w64-vulkan-headers python-lxml) depends=(mingw-w64-crt) options=(!buildflags staticlibs !strip) source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('115263a3e9d37fe0b9f9e8a30d7b5769889ec1002b2ee2db1a2d38d4756f74b3') +sha256sums=('f638a69ffc8afb6ff018a70ef0451b08a869081a417a23538a13a5fbc97aef97') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" prepare() { cd "${srcdir}/${_pkgname}-${pkgver}" - sed -i "s|\${CMAKE_CURRENT_BINARY_DIR}/loader.rc|\${CMAKE_CURRENT_LIST_DIR}/loader.rc|g" loader/CMakeLists.txt curl -L https://github.com/KhronosGroup/Vulkan-Loader/pull/710.patch | patch -p1 sed -i "s|NO_CMAKE_FIND_ROOT_PATH||g" cmake/FindVulkanHeaders.cmake } |