summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-05-26 21:12:55 +0200
committerMartchus2024-05-26 21:12:55 +0200
commit00dac4b81199529e4f45b31ff9931f77b6f8aeeb (patch)
treec2cc254fd41d09fbd83e5e5e007102f4c8020280 /PKGBUILD
parent3bbc8f6629218e8edb3cd28116a31bea0949f3c2 (diff)
downloadaur-00dac4b81199529e4f45b31ff9931f77b6f8aeeb.tar.gz
Update to 6.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef2979f146c8..b0174489818b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_android_arch=aarch64
pkgname=android-$_android_arch-qt6-5compat
-_qtver=6.7.0
+_qtver=6.7.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(android-${_android_arch}-qt6)
_pkgfqn="qt5compat-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('9d49d4fd8345d8a40b63e0b65cd49c1d8286e33a7f1409bf1316763f654e19f5')
+sha256sums=('41c4bbe419158fc170ee3ef3ecffead506e70802109deec036d86e4244086009')
build() {
export PATH=/usr/lib/jvm/java-17-openjdk/bin:$PATH