summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-05-19 15:36:47 +0200
committerMartchus2024-05-19 15:36:47 +0200
commitad1621c813c96f54000f39349e35e99049ed9ec1 (patch)
tree2744912f41433923b83833b6bec27aa34a90c37d /PKGBUILD
parent63d29e0298a1de153fc6a37630abb698590e144a (diff)
downloadaur-ad1621c813c96f54000f39349e35e99049ed9ec1.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 9ce148429741..05d4354923b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ _pkgfqn="qtserialport-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
sha256sums=('b1f02a3d8c9cc8ba2ffa7cca3749f1f147d327e8dfc633fd4ec3cb770d7981c9')
-_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
+_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}
build() {
for _arch in ${_architectures}; do