summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-05-19 15:36:44 +0200
committerMartchus2024-05-19 15:36:44 +0200
commitc38dbc89c945836a4abbd9fc930602c67f044b50 (patch)
treebb30a23fb9dbc61c37bd4136ab3a1daa455ca0a2
parent69218d0f8155050b448cfba6ce246568e0f92b03 (diff)
downloadaur-c38dbc89c945836a4abbd9fc930602c67f044b50.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 6567c8366a36..8e678ae085bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _pkgfqn="qtconnectivity-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
sha256sums=('07afd6aac19ff73c8ba1471057f43d4ef2737d6a8a772393ec907988dd71244c')
-_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
+_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}
build() {
for _arch in ${_architectures}; do