diff options
author | Martchus | 2022-06-15 02:03:51 +0200 |
---|---|---|
committer | Martchus | 2022-06-15 02:03:51 +0200 |
commit | 3ffea4869bcfb32f6e8d687c2be4be37d109fcd1 (patch) | |
tree | 42561f318a17dc9f9145ff67809fb275201111fc | |
parent | d2fca3f78de42190788d60c25868f68d56a9c3f2 (diff) | |
download | aur-3ffea4869bcfb32f6e8d687c2be4be37d109fcd1.tar.gz |
Update to 6.3.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtsensors-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-sensors pkgdesc = Provides access to sensor hardware and motion gesture recognition (mingw-w64) - pkgver = 6.3.0 + pkgver = 6.3.1 pkgrel = 1 url = https://www.qt.io arch = any @@ -21,7 +21,7 @@ pkgbase = mingw-w64-qt6-sensors options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.3/6.3.0/submodules/qtsensors-everywhere-src-6.3.0.tar.xz - sha256sums = c757c733b5ee847abd44c531cfb22287e4cbab03e8d6fc337690808a2cbe9748 + source = https://download.qt.io/official_releases/qt/6.3/6.3.1/submodules/qtsensors-everywhere-src-6.3.1.tar.xz + sha256sums = 4b240b59edba9a42b4735758a25f279a26841b982864e7b38f6ef0b81e0d60cc pkgname = mingw-w64-qt6-sensors @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-sensors -_qtver=6.3.0 +_qtver=6.3.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtsensors-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('c757c733b5ee847abd44c531cfb22287e4cbab03e8d6fc337690808a2cbe9748') +sha256sums=('4b240b59edba9a42b4735758a25f279a26841b982864e7b38f6ef0b81e0d60cc') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 93864abb51cb..d34733793afc 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.3.0 +_qtver=6.3.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtsensors-sha256.txt b/qtsensors-sha256.txt index 88407bd72a7b..7ead307b101e 100644 --- a/qtsensors-sha256.txt +++ b/qtsensors-sha256.txt @@ -1 +1 @@ -c757c733b5ee847abd44c531cfb22287e4cbab03e8d6fc337690808a2cbe9748 +4b240b59edba9a42b4735758a25f279a26841b982864e7b38f6ef0b81e0d60cc |