Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-serialport
Commits:
9c141e18 by Antonio Rojas at 2025-03-26T19:34:44+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
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.8.2
+ pkgver = 6.8.3
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.8.2
- sha256sums =
d3020f4509843f3e89d07a4ffd1e48538d91c44c7b264495dbf5581e72656a4a
+ source = git+https://code.qt.io/qt/qtserialport#tag=v6.8.3
+ sha256sums =
2d354afc9dff186838e24867e0a008c8cdd498397ac8e8f2636e880a8121da07
pkgname = qt6-serialport
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-serialport
-_pkgver=6.8.2
+_pkgver=6.8.3
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=('d3020f4509843f3e89d07a4ffd1e48538d91c44c7b264495dbf5581e72656a4a')
+sha256sums=('2d354afc9dff186838e24867e0a008c8cdd498397ac8e8f2636e880a8121da07')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialport/-/commit/9c141e184063d830b853e8d48a3257c3daa5038d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialport/-/commit/9c141e184063d830b853e8d48a3257c3daa5038d
You're receiving this email because of your account on gitlab.archlinux.org.