summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-05-19 15:36:35 +0200
committerMartchus2024-05-19 15:36:35 +0200
commit6b8cacadce1455da3edf573c50fb35530c24096e (patch)
tree41ed6470a67793a5c159855b3a3a13ee25465add
parente528aeda2dab39b614903bdd4b34d01d37a6818e (diff)
downloadaur-6b8cacadce1455da3edf573c50fb35530c24096e.tar.gz
Disable i686 builds (see added comment for reasoning)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee4888cca0d6..c49ba375308d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ _pkgfqn="qtimageformats-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
sha256sums=('516ce07ec8dd5a11c59816fe33ddb71d4f691d0ebbc1798ac338f23b86c029a7')
-_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
+_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}
build() {
for _arch in ${_architectures}; do