@@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname,,}
5
5
pkgname=(" ${MINGW_PACKAGE_PREFIX} -${_realname,,} "
6
6
" ${MINGW_PACKAGE_PREFIX} -${_realname,,} -docs" )
7
7
pkgver=1.1.10
8
- pkgrel=1
8
+ pkgrel=2
9
9
pkgdesc=" Vulkan & C++17 based Scene Graph Project (mingw-w64)"
10
10
arch=(' any' )
11
11
mingw_arch=(' mingw64' ' ucrt64' ' clang64' ' clangarm64' )
@@ -26,9 +26,11 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
26
26
# The '0001-vsg-1.1.3-devendor-glslang.patch' patch
27
27
# copied from https://github.com/microsoft/vcpkg/pull/38294
28
28
source=(" ${msys2_repository_url} /archive/v${pkgver} /${_realname} -${pkgver} .tar.gz"
29
- ' 0002-vsg-1.1.3-fix-win32-window.patch' )
29
+ ' 0002-vsg-1.1.3-fix-win32-window.patch'
30
+ ' 0003-arm64-macro-clash.patch' )
30
31
sha256sums=(' b430132ba5454e0616ff5334a7cb9196c0e8f10a925c2106e80a78d6f24ae4b5'
31
- ' 2e6d8b0c2434a98eb67a70afb8643f109592dcea2e6afdbe2f6fe59e6783d792' )
32
+ ' 2e6d8b0c2434a98eb67a70afb8643f109592dcea2e6afdbe2f6fe59e6783d792'
33
+ ' 3f6c1b96edfc24b970287f540a252ba6685b94522a5e92fcfd8f3bc85f091960' )
32
34
33
35
# Helper macros to help make tasks easier #
34
36
apply_patch_with_msg () {
@@ -44,7 +46,8 @@ prepare() {
44
46
cd " ${srcdir} /${_realname} -${pkgver} "
45
47
46
48
apply_patch_with_msg \
47
- 0002-vsg-1.1.3-fix-win32-window.patch
49
+ 0002-vsg-1.1.3-fix-win32-window.patch \
50
+ 0003-arm64-macro-clash.patch
48
51
}
49
52
50
53
build () {
0 commit comments