Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-websockets
Commits:
483f15cc by Antonio Rojas at 2025-11-20T21:22:16+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-websockets
pkgdesc = Provides WebSocket communication compliant with RFC 6455
- pkgver = 6.10.0
+ pkgver = 6.10.1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = qt6-websockets
depends = glibc
depends = qt6-base
optdepends = qt6-declarative: QML bindings
- source = git+https://code.qt.io/qt/qtwebsockets#tag=v6.10.0
- sha256sums =
ebba8fd439961c62cb3e0718b232e0497e708489b73ed75cae75ceb98259e110
+ source = git+https://code.qt.io/qt/qtwebsockets#tag=v6.10.1
+ sha256sums =
d026ef7fcd81c5aeeb731c98b3d4f6c7c5f58d1e46d79667b1f04c4e18ae7030
pkgname = qt6-websockets
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-websockets
-_pkgver=6.10.0
+_pkgver=6.10.1
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -23,7 +23,7 @@ optdepends=('qt6-declarative: QML bindings')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('ebba8fd439961c62cb3e0718b232e0497e708489b73ed75cae75ceb98259e110')
+sha256sums=('d026ef7fcd81c5aeeb731c98b3d4f6c7c5f58d1e46d79667b1f04c4e18ae7030')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-websockets/-/commit/483f15cc9a5ac2e3e02f89ea32e0f44e7c7e6d9b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-websockets/-/commit/483f15cc9a5ac2e3e02f89ea32e0f44e7c7e6d9b
You're receiving this email because of your account on gitlab.archlinux.org.