summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
diff options
context:
space:
mode:
authorMartchus2023-03-17 16:27:38 +0100
committerMartchus2023-03-17 16:27:38 +0100
commit36e3ce6f55f36456c9c79b4559dd8f4a2a50af8d (patch)
tree4b90388fb92854848ba21e710e89925822af8d74 /PKGBUILD.sh.ep
parente9958d2a666454687806676e64ea64ee871eac57 (diff)
downloadaur-36e3ce6f55f36456c9c79b4559dd8f4a2a50af8d.tar.gz
Update to 6.4.3
Diffstat (limited to 'PKGBUILD.sh.ep')
-rw-r--r--PKGBUILD.sh.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 73e3c9816ba9..fc06a8d6736e 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'android-qt6-module';
\
-_qtver=6.4.2
+_qtver=6.4.3
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -8,4 +8,4 @@ url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Virtual keyboard framework (android)'
depends=(<%== qt6deps qw(declarative svg) %>)
-makedepends=('android-cmake<%== $static_suffix %>' 'qt6-declarative' 'qt6-shadertools' 'ninja' 'java-environment-openjdk=8')
+makedepends=('android-cmake<%== $static_suffix %>' 'qt6-declarative' 'qt6-shadertools' 'ninja' 'java-environment-openjdk>=11')