summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-05-19 15:36:29 +0200
committerMartchus2024-05-19 15:36:29 +0200
commitc9bf2869ef9a7e8dae1fa7869f876a9d32e2e4dc (patch)
tree5c46ee380517c7232a3b2ce13577e8b55a57924f /PKGBUILD
parentda77526e572b7d903f09f16986a176bc35bf3651 (diff)
downloadaur-mingw-w64-qt6-quicktimeline-static.tar.gz
Disable i686 builds (see added comment for reasoning)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a27064d554fc..198548f00d3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ _pkgfqn="qtquicktimeline-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
sha256sums=('eb45657c6c6b5d57775473d4d69e7d964a17778695ffb2ff50a75aa1b63489bd')
-_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
+_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}
build() {
for _arch in ${_architectures}; do