diff options
author | Martchus | 2024-02-15 21:23:00 +0100 |
---|---|---|
committer | Martchus | 2024-02-15 21:23:00 +0100 |
commit | 0c209822ee5f93cd2e46960cc44cfec75b249de4 (patch) | |
tree | 9563b3ef381521d05c63c2645ba42182ad6aed19 | |
parent | b86057136e271893dba8e2e21307d5cfed4a15a5 (diff) | |
download | aur-0c209822ee5f93cd2e46960cc44cfec75b249de4.tar.gz |
Update to 6.6.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtpositioning-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = android-aarch64-qt6-positioning pkgdesc = Provides access to position, satellite and area monitoring classes (android) - pkgver = 6.6.1 + pkgver = 6.6.2 pkgrel = 1 url = https://www.qt.io arch = any @@ -23,7 +23,7 @@ pkgbase = android-aarch64-qt6-positioning options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtpositioning-everywhere-src-6.6.1.tar.xz - sha256sums = 3ddac73f3b12b8516498cb5d2f9ade058a1a9368f74188d48ed27032833816b8 + source = https://download.qt.io/official_releases/qt/6.6/6.6.2/submodules/qtpositioning-everywhere-src-6.6.2.tar.xz + sha256sums = 4da7567cc1ed2480b137ac7d8db16be40ee935c52585762a7a44b6a4ef0ec3e2 pkgname = android-aarch64-qt6-positioning @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-positioning -_qtver=6.6.1 +_qtver=6.6.2 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -19,7 +19,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(android-${_android_arch}-qt6) _pkgfqn="qtpositioning-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('3ddac73f3b12b8516498cb5d2f9ade058a1a9368f74188d48ed27032833816b8') +sha256sums=('4da7567cc1ed2480b137ac7d8db16be40ee935c52585762a7a44b6a4ef0ec3e2') build() { source android-env ${_android_arch} diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 5bf034cadc49..ba4ba15c9c2f 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.6.1 +_qtver=6.6.2 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtpositioning-sha256.txt b/qtpositioning-sha256.txt index 72deda3f2546..6cde9f23d6f5 100644 --- a/qtpositioning-sha256.txt +++ b/qtpositioning-sha256.txt @@ -1 +1 @@ -3ddac73f3b12b8516498cb5d2f9ade058a1a9368f74188d48ed27032833816b8 +4da7567cc1ed2480b137ac7d8db16be40ee935c52585762a7a44b6a4ef0ec3e2 |