From c8ee9bed0ebd1590e80c229e157da936e686e337 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: Sun, 10 Dec 2023 17:28:41 +0100 Subject: [PATCH] drop 32bit in more packages (optdepends on nerd fonts) --- mingw-w64-lsd/PKGBUILD | 2 +- mingw-w64-oh-my-posh/PKGBUILD | 2 +- mingw-w64-starship/PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-lsd/PKGBUILD b/mingw-w64-lsd/PKGBUILD index ef6caaad6a..e06070ac87 100644 --- a/mingw-w64-lsd/PKGBUILD +++ b/mingw-w64-lsd/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.0.0 pkgrel=1 pkgdesc="The next gen ls command (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/lsd-rs/lsd" license=("spdx:Apache-2.0") makedepends=("${MINGW_PACKAGE_PREFIX}-rust") diff --git a/mingw-w64-oh-my-posh/PKGBUILD b/mingw-w64-oh-my-posh/PKGBUILD index d3e16a54dc..5434515b8b 100644 --- a/mingw-w64-oh-my-posh/PKGBUILD +++ b/mingw-w64-oh-my-posh/PKGBUILD @@ -7,7 +7,7 @@ pkgver=19.2.1 pkgrel=1 pkgdesc="A prompt theme engine for any shell. (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') msys2_documentation_url="https://ohmyposh.dev" url="https://github.com/JanDeDobbeleer/oh-my-posh" license=('spdx:MIT') diff --git a/mingw-w64-starship/PKGBUILD b/mingw-w64-starship/PKGBUILD index 487869d72c..5cefc8a781 100644 --- a/mingw-w64-starship/PKGBUILD +++ b/mingw-w64-starship/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.16.0 pkgrel=4 pkgdesc="The cross-shell prompt for astronauts (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://starship.rs" license=('spdx:ISC') depends=("${MINGW_PACKAGE_PREFIX}-libgit2")