summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.sh.ep')
-rw-r--r--PKGBUILD.sh.ep7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index fc35d96c697d..e7fe74b2f7c3 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt6-module', has_binaries => 1;
\
-_qtver=6.0.0-alpha
+_qtver=6.6.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -8,7 +8,6 @@ url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)'
depends=(<%== qt6deps qw(declarative) %>)
-makedepends=('mingw-w64-cmake' 'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd-loader' 'mingw-w64-assimp'
+makedepends=('mingw-w64-cmake<%== $static_suffix %>' 'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd-loader'
'qt6-shadertools' 'qt6-declarative' 'ninja')
-optdepends=('mingw-w64-assimp: Import from assimp'
- <%== qt6optdeps shadertools => 'RHI renderer' %>)
+optdepends=(<%== qt6optdeps shadertools => 'RHI renderer' %>)