summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-10-28 12:28:54 +0200
committerMartchus2021-10-28 12:28:54 +0200
commite5417894d1479f8c4e673c3f3a16da69fc68bfc3 (patch)
tree8ad0781eb9ec5587a824eaa0b7f2798831bd3a1e /PKGBUILD
parentce9036da11132ee5d60bdec16845f8cf91a8fbb0 (diff)
downloadaur-e5417894d1479f8c4e673c3f3a16da69fc68bfc3.tar.gz
Update to 6.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa7e2d0a6396..1d8c83a97ab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_android_arch=aarch64
pkgname=android-$_android_arch-qt6-lottie
-_qtver=6.2.0
+_qtver=6.2.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -19,7 +19,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(android-${_android_arch}-qt6)
_pkgfqn="qtlottie-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('aa129261d409b5d935221acd6e38f56d68eac5e467a1990c96c654e81a2522ff')
+sha256sums=('6f896b47aa3c9a0ea3905a3d49b8737ff42a444c2deb54d80426da80b2fabfd3')
build() {
source android-env ${_android_arch}