summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-05-19 15:36:53 +0200
committerMartchus2024-05-19 15:36:53 +0200
commitdfc51153416e6213cbebf738d196a2d0c33213db (patch)
tree6c0c1006219b30d048b17b27f9629d7dcde291f2
parent14979d2b033a8e74a01828e3522f13a85448c575 (diff)
downloadaur-dfc51153416e6213cbebf738d196a2d0c33213db.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 7d5bee980371..df7774938a61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/subm
sha256sums=('f394bae49e3d4ee6a3b0c9e1e5e31bb870cc04a4b44f4cda3615baf7bd078c70'
'c608aae36ce78b4ba09b21542aa5f97987178a52157cae8077fb8df1b30ef9af')
-_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
+_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}
prepare () {
cd $_pkgfqn