From b87e6c156aa083d2b7b8578786d845bf64b50d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Fri, 22 Nov 2024 16:06:25 +0100 Subject: [PATCH] spirv-llvm-translator: drop mingw32. --- mingw-w64-spirv-llvm-translator/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-spirv-llvm-translator/PKGBUILD b/mingw-w64-spirv-llvm-translator/PKGBUILD index cf5f322aba..928ea2180f 100644 --- a/mingw-w64-spirv-llvm-translator/PKGBUILD +++ b/mingw-w64-spirv-llvm-translator/PKGBUILD @@ -8,7 +8,7 @@ pkgver=19.1.1 pkgrel=1 pkgdesc='Tool and a library for bi-directional translation between SPIR-V and LLVM IR (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://github.com/KhronosGroup/SPIRV-LLVM-Translator' msys2_references=( 'archlinux: spirv-llvm-translator'