summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
diff options
context:
space:
mode:
authorMartchus2023-03-17 16:26:59 +0100
committerMartchus2023-03-17 16:26:59 +0100
commitd63d3500e9547379c3daea7d6b014dac76bb88c6 (patch)
tree266e3440278c03c2bbfc2447676c16b4fd64ef72 /PKGBUILD.sh.ep
parent03765383f98934fbaa0c721e9d442dcdce3ddfac (diff)
downloadaur-d63d3500e9547379c3daea7d6b014dac76bb88c6.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 efea7fba397f..9dde9df30fa2 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='Qt module for keyframe-based timeline construction (android)'
depends=(<%== qt6deps qw(declarative) %>)
-makedepends=('android-cmake<%== $static_suffix %>' 'qt6-declarative' 'ninja' 'java-environment-openjdk=8')
+makedepends=('android-cmake<%== $static_suffix %>' 'qt6-declarative' 'ninja' 'java-environment-openjdk>=11')