summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
diff options
context:
space:
mode:
authorMartchus2024-02-25 18:19:52 +0100
committerMartchus2024-02-25 18:19:52 +0100
commitc822be39ade04217fe5f4f5af33048404c991139 (patch)
tree7df817b188d39d9d0a9d01de9979628747d12fd9 /PKGBUILD.sh.ep
parenta08e8286012e4128b56b55bee34436e6e837bd1d (diff)
downloadaur-c822be39ade04217fe5f4f5af33048404c991139.tar.gz
Force Android Qt 6 packages to use Java 17
This may help to prevent https://bugreports.qt.io/browse/QTBUG-119223.
Diffstat (limited to 'PKGBUILD.sh.ep')
-rw-r--r--PKGBUILD.sh.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 8024a3bb4618..61c3d0e09d48 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -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>=11')
+makedepends=('android-cmake<%== $static_suffix %>' 'qt6-declarative' 'ninja' 'java-environment-openjdk=17')