* update qt6-sensors to 6.8.0-1

This commit is contained in:
Alexander Baldeck 2024-11-01 19:47:37 +01:00
parent 1d6836380e
commit fba8ec34d9
2 changed files with 11 additions and 6 deletions

View File

@ -1,9 +1,13 @@
pkgbase = qt6-sensors
pkgdesc = Provides access to sensor hardware and motion gesture recognition
pkgver = 6.7.2
pkgver = 6.8.0
pkgrel = 1
url = https://www.qt.io
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
groups = qt6
license = GPL3
license = LGPL3
@ -18,7 +22,7 @@ pkgbase = qt6-sensors
depends = qt6-base
optdepends = qt6-declarative: QML bindings
optdepends = iio-sensor-proxy: iio-sensor-proxy backend
source = git+https://code.qt.io/qt/qtsensors#tag=v6.7.2
sha256sums = 19beb92c50996436dad7e16dc5f8604e0c4a2d86a834364aa68777bbb41cceb6
source = git+https://code.qt.io/qt/qtsensors#tag=v6.8.0
sha256sums = 456608aa3935f797eafc74d6da5704e24c77ed31a6d5b6e0c3e9a9f298a94b47
pkgname = qt6-sensors

View File

@ -3,7 +3,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=qt6-sensors
pkgver=6.7.2
_pkgver=6.8.0
pkgver=6.8.0
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.qt.io'
@ -20,8 +21,8 @@ optdepends=('qt6-declarative: QML bindings'
'iio-sensor-proxy: iio-sensor-proxy backend')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
sha256sums=('19beb92c50996436dad7e16dc5f8604e0c4a2d86a834364aa68777bbb41cceb6')
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('456608aa3935f797eafc74d6da5704e24c77ed31a6d5b6e0c3e9a9f298a94b47')
build() {
cmake -B build -S $_pkgfn -G Ninja \