summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-10-02 12:39:38 +0200
committerMartchus2021-10-02 12:39:38 +0200
commit4c826008802a27dc812d7a345fac225c41e168ef (patch)
tree330f5318116a203256937afe5c627e4f823bb746 /PKGBUILD
parent8dd5a1b3b9263ef93a0d7d8db2d45dbfef61aec9 (diff)
downloadaur-4c826008802a27dc812d7a345fac225c41e168ef.tar.gz
Update to 6.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ca0d1b2fe97..f9e7037df86d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_android_arch=aarch64
pkgname=android-$_android_arch-qt6-svg
-_qtver=6.1.2
+_qtver=6.2.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(android-${_android_arch}-qt6)
_pkgfqn="qtsvg-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('8f6ae706ae8ba54e52bc765cc03ea3c815d312c920e023630639151eab80fe21')
+sha256sums=('af9eabefbb0dcb772f18fae4d2c39bcc23579a5dfff569c35ea7e497591db3d4')
build() {
source android-env ${_android_arch}