disable mingw64 for rust-wasm dependent packages.

This commit is contained in:
مهدي شينون (Mehdi Chinoune) 2025-09-16 19:50:30 +01:00
parent 7dc44f57f2
commit 24113aed8a
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ pkgver=0.2.43
pkgrel=1
pkgdesc='Build tool for Leptos (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://leptos.dev/'
msys2_repository_url='https://github.com/leptos-rs/cargo-leptos'
msys2_references=(

View File

@ -8,7 +8,7 @@ pkgver=0.21.14
pkgrel=1
pkgdesc='Build, bundle & ship your Rust WASM application to the web (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://trunkrs.dev/'
msys2_repository_url='https://github.com/trunk-rs/trunk'
msys2_references=(

View File

@ -8,7 +8,7 @@ pkgver=0.2.101
pkgrel=1
pkgdesc="Facilitating high-level interactions between Wasm modules and JavaScript (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url='https://github.com/rustwasm/wasm-bindgen'
msys2_references=(
'purl: pkg:cargo/wasm-bindgen'

View File

@ -7,7 +7,7 @@ pkgver=0.5.17
pkgrel=1
pkgdesc="Command line linker for creating WebAssembly components (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url="https://github.com/bytecodealliance/wasm-component-ld"
msys2_references=(
'archlinux: wasm-component-ld'

View File

@ -8,7 +8,7 @@ pkgver=0.13.1
pkgrel=1
pkgdesc="Your favorite rust -> wasm workflow tool! (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
url="https://github.com/rustwasm/wasm-pack"
msys2_references=(
'archlinux: wasm-pack'