diff options
author | Martchus | 2023-09-30 19:58:36 +0200 |
---|---|---|
committer | Martchus | 2023-09-30 19:58:36 +0200 |
commit | fefa165eb15ed1e7ddb68135b0dcf22ef82e3176 (patch) | |
tree | 3d8332f17ed613775be8a1fc1a88677f2af8ab96 | |
parent | 6b10c91806f624c2c7e7835216871358f9c57222 (diff) | |
download | aur-fefa165eb15ed1e7ddb68135b0dcf22ef82e3176.tar.gz |
Update to 6.5.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtserialbus-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = android-aarch64-qt6-serialbus pkgdesc = Qt module for general purpose serial bus access (android) - pkgver = 6.5.2 + pkgver = 6.5.3 pkgrel = 1 url = https://www.qt.io arch = any @@ -19,7 +19,7 @@ pkgbase = android-aarch64-qt6-serialbus options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.5/6.5.2/submodules/qtserialbus-everywhere-src-6.5.2.tar.xz - sha256sums = f0426307cdc185547ad6331a670187d180cce4c11254d6a26aa997fe03b7cdfe + source = https://download.qt.io/official_releases/qt/6.5/6.5.3/submodules/qtserialbus-everywhere-src-6.5.3.tar.xz + sha256sums = 216d9599150d77c4717ec017b89b53e8d936c7d101c464d98219dd0f32aad08d pkgname = android-aarch64-qt6-serialbus @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-serialbus -_qtver=6.5.2 +_qtver=6.5.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(android-${_android_arch}-qt6) _pkgfqn="qtserialbus-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('f0426307cdc185547ad6331a670187d180cce4c11254d6a26aa997fe03b7cdfe') +sha256sums=('216d9599150d77c4717ec017b89b53e8d936c7d101c464d98219dd0f32aad08d') build() { source android-env ${_android_arch} diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 3978d8346e37..521813ca81da 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.5.2 +_qtver=6.5.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtserialbus-sha256.txt b/qtserialbus-sha256.txt index ef67714dd2ed..d0c0a37061a7 100644 --- a/qtserialbus-sha256.txt +++ b/qtserialbus-sha256.txt @@ -1 +1 @@ -f0426307cdc185547ad6331a670187d180cce4c11254d6a26aa997fe03b7cdfe +216d9599150d77c4717ec017b89b53e8d936c7d101c464d98219dd0f32aad08d |