summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-12-02 12:26:19 +0100
committerMartchus2021-12-02 12:26:19 +0100
commit8bf12f13a8d985f2caef985a9e116eb0456681a3 (patch)
tree88386539028a8cac9ee155a4975a18096ccc775c /PKGBUILD
parent2983d174ef2e1fcd17b36cfad3e32b838725f577 (diff)
downloadaur-8bf12f13a8d985f2caef985a9e116eb0456681a3.tar.gz
Update to 6.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5490f1f2dcc3..00d0be857c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_android_arch=aarch64
pkgname=android-$_android_arch-qt6-connectivity
-_qtver=6.2.1
+_qtver=6.2.2
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -19,7 +19,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(android-${_android_arch}-qt6)
_pkgfqn="qtconnectivity-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('8dcc366b0f5f124b20bf25e1b207a5ae4b75e45c62d2cc1f4dce138075c2714e')
+sha256sums=('bb6e916d029a7a00cedea161fa95e53e6f060a8415e82cc350e846b39a3d5cec')
build() {
source android-env ${_android_arch}