summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-10-12 10:46:21 +0200
committerMartchus2023-10-12 10:46:21 +0200
commit7173f8439099a26df7938f0d84dddb35261f12a0 (patch)
tree30959a46f3acb49e18dbb4666604d15ff4f31f06 /PKGBUILD
parent04956f70df2e23327a9cb4bb62e21f15ca1f81d0 (diff)
downloadaur-7173f8439099a26df7938f0d84dddb35261f12a0.tar.gz
Update to 6.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dec604fabac9..ef776e893b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_android_arch=aarch64
pkgname=android-$_android_arch-qt6-datavis3d
-_qtver=6.5.3
+_qtver=6.6.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -19,7 +19,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(android-${_android_arch}-qt6)
_pkgfqn="qtdatavis3d-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('11b6c0b06e18dcdfbc652ff185d3be16c034052d240c3befa917d3bb463dc061')
+sha256sums=('c0489f6d9f0be9b45917d8e8c49f3a4a7521bf836abe85e4733b9003abd1599e')
build() {
source android-env ${_android_arch}