summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-12-02 12:26:10 +0100
committerMartchus2021-12-02 12:26:10 +0100
commitcfc2f231131bdbc4e94e9ce84a7ae1aed1000741 (patch)
tree967d62f3c7d34ad989d11f932d194e4f6478c803 /PKGBUILD
parenta21601639dfe058dcd3f688f298128b9d7c134d9 (diff)
downloadaur-cfc2f231131bdbc4e94e9ce84a7ae1aed1000741.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 9526f83cd7c0..8812ca4e752e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_android_arch=aarch64
pkgname=android-$_android_arch-qt6-scxml
-_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="qtscxml-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('cff613f68af98f4bdc1e40df0b6515b69175e10e83c551a57ee5db4359505767')
+sha256sums=('b71d438c5e4106532cf48833116241bc48c0c4effe617770ae80e34bb77e92ed')
build() {
source android-env ${_android_arch}