summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-05-19 15:36:23 +0200
committerMartchus2024-05-19 15:36:23 +0200
commite06971052eed21ba71e987cc421625d8b5fc3806 (patch)
treebb9b13c668a354ad074f6e98fad85c76595ba03e
parent9db73a86269d58d6942012819861266220818151 (diff)
downloadaur-e06971052eed21ba71e987cc421625d8b5fc3806.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 4d4d10d90adf..5cbab50f953c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ _pkgfqn="qt5compat-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
sha256sums=('9d49d4fd8345d8a40b63e0b65cd49c1d8286e33a7f1409bf1316763f654e19f5')
-_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
+_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}
build() {
for _arch in ${_architectures}; do