summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-02-13 19:45:55 +0100
committerMichel Zou2021-02-13 19:45:55 +0100
commit2471cd4db6b470372ad36e6f2e28ce1b1a16e0a3 (patch)
tree2165d62ac084bb19e12b4bff1590505312453019 /PKGBUILD
parentfc7518a8c98c01addbb566d7a29601e962a22b14 (diff)
downloadaur-2471cd4db6b470372ad36e6f2e28ce1b1a16e0a3.tar.gz
1.2.169
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7259cb21e2da..db69f09dd77c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-icd-loader
_pkgname=Vulkan-Loader
-pkgver=1.2.166
+pkgver=1.2.169
pkgrel=1
pkgdesc="Vulkan Installable Client Driver (ICD) Loader (mingw-w64)"
arch=(any)
@@ -12,7 +12,7 @@ depends=(mingw-w64-crt)
options=(!buildflags staticlibs !strip)
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz"
"https://github.com/KhronosGroup/Vulkan-Loader/pull/498.patch")
-sha256sums=('1094b303ead1843fd31a5c11b0f5c2f91949b0608f36619bf92c738f6d561b35'
+sha256sums=('e8413d6244245e5322a91fa204415115941c5396b892ef28a13152af635c5ca4'
'b6005ca37d8d1bbcdc95fbae56334937021b2b453985ca37e7578d8754cab2e4')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -20,6 +20,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
patch -p1 -i "${srcdir}"/498.patch
+ sed -i "s|NO_CMAKE_FIND_ROOT_PATH||g" cmake/FindVulkanHeaders.cmake
}
build() {