Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-serialport
Commits:
e24e41b8 by Antonio Rojas at 2025-11-20T21:21:59+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-serialport
pkgdesc = Provides access to hardware and virtual serial ports
- pkgver = 6.10.0
+ pkgver = 6.10.1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = qt6-serialport
depends = glibc
depends = qt6-base
depends = systemd-libs
- source = git+https://code.qt.io/qt/qtserialport#tag=v6.10.0
- sha256sums =
df700171f2e45f0147317913c3a5dc21338895a4c28aa648e7c3fb0568e58530
+ source = git+https://code.qt.io/qt/qtserialport#tag=v6.10.1
+ sha256sums =
bd729c22f93b798790f63394f796f45e03ecda796c4ab47a72ca3821a84060e8
pkgname = qt6-serialport
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-serialport
-_pkgver=6.10.0
+_pkgver=6.10.1
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -22,7 +22,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('df700171f2e45f0147317913c3a5dc21338895a4c28aa648e7c3fb0568e58530')
+sha256sums=('bd729c22f93b798790f63394f796f45e03ecda796c4ab47a72ca3821a84060e8')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialport/-/commit/e24e41b8c9b7a96287c4f6595c813bfc59ad9e92
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialport/-/commit/e24e41b8c9b7a96287c4f6595c813bfc59ad9e92
You're receiving this email because of your account on gitlab.archlinux.org.