Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-connectivity
Commits:
7d5b59bb by Antonio Rojas at 2026-01-29T21:51:55+01:00
upgpkg: 6.10.2-1: Qt 6.10.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-connectivity
pkgdesc = Provides access to Bluetooth hardware
- pkgver = 6.10.1
+ pkgver = 6.10.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = qt6-connectivity
depends = glibc
depends = pcsclite
depends = qt6-base
- source = git+https://code.qt.io/qt/qtconnectivity#tag=v6.10.1
- sha256sums =
92c161c9b35374f8632b497f603181ad7f8ff0695928a229fde6a6357a822056
+ source = git+https://code.qt.io/qt/qtconnectivity#tag=v6.10.2
+ sha256sums =
980481090a6ffec0461691cdc99837c150118aed094cdec8069bc0e9404a515d
pkgname = qt6-connectivity
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-connectivity
-_pkgver=6.10.1
+_pkgver=6.10.2
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -23,7 +23,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('92c161c9b35374f8632b497f603181ad7f8ff0695928a229fde6a6357a822056')
+sha256sums=('980481090a6ffec0461691cdc99837c150118aed094cdec8069bc0e9404a515d')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-connectivity/-/commit/7d5b59bb51597a45b9e774b0c36a015335be3caa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-connectivity/-/commit/7d5b59bb51597a45b9e774b0c36a015335be3caa
You're receiving this email because of your account on gitlab.archlinux.org.