* update qt6-connectivity to 6.8.2-1
This commit is contained in:
parent
249da2fecd
commit
d30e671f6a
@ -1,6 +1,6 @@
|
||||
pkgbase = qt6-connectivity
|
||||
pkgdesc = Provides access to Bluetooth hardware
|
||||
pkgver = 6.8.1
|
||||
pkgver = 6.8.2
|
||||
pkgrel = 1
|
||||
url = https://www.qt.io
|
||||
arch = x86_64
|
||||
@ -21,7 +21,7 @@ pkgbase = qt6-connectivity
|
||||
depends = glibc
|
||||
depends = pcsclite
|
||||
depends = qt6-base
|
||||
source = git+https://code.qt.io/qt/qtconnectivity#tag=v6.8.1
|
||||
sha256sums = e40eed303929ccac0a5334ddba6909e08f5f196df205b3d69a39c9c34b7c4882
|
||||
source = git+https://code.qt.io/qt/qtconnectivity#tag=v6.8.2
|
||||
sha256sums = 3c256f3a14a3b915a9644971d5ba0f73a2d03434f81af9263c6051871751539f
|
||||
|
||||
pkgname = qt6-connectivity
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=qt6-connectivity
|
||||
_pkgver=6.8.1
|
||||
pkgver=6.8.1
|
||||
_pkgver=6.8.2
|
||||
pkgver=${_pkgver/-/}
|
||||
pkgrel=1
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://www.qt.io'
|
||||
@ -24,7 +24,7 @@ makedepends=(cmake
|
||||
groups=(qt6)
|
||||
_pkgfn=${pkgname/6-/}
|
||||
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
|
||||
sha256sums=('e40eed303929ccac0a5334ddba6909e08f5f196df205b3d69a39c9c34b7c4882')
|
||||
sha256sums=('3c256f3a14a3b915a9644971d5ba0f73a2d03434f81af9263c6051871751539f')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $_pkgfn -G Ninja \
|
||||
|
Loading…
x
Reference in New Issue
Block a user