Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-websockets
Commits:
b3f082d0 by Antonio Rojas at 2025-03-26T19:35:04+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-websockets
pkgdesc = Provides WebSocket communication compliant with RFC 6455
- pkgver = 6.8.2
+ pkgver = 6.8.3
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.8.2
- sha256sums =
c902499d0121824a39f842a17167591fba77bf8a660ff9a0b26242e7ab55558e
+ source = git+https://code.qt.io/qt/qtwebsockets#tag=v6.8.3
+ sha256sums =
cc1653ff65d15a07359f47818b6b417b1f9568ac1a98881875ffb78cdcce9818
pkgname = qt6-websockets
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-websockets
-_pkgver=6.8.2
+_pkgver=6.8.3
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=('c902499d0121824a39f842a17167591fba77bf8a660ff9a0b26242e7ab55558e')
+sha256sums=('cc1653ff65d15a07359f47818b6b417b1f9568ac1a98881875ffb78cdcce9818')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-websockets/-/commit/b3f082d0e4845dbce0bf80d94671a7177d2101be
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-websockets/-/commit/b3f082d0e4845dbce0bf80d94671a7177d2101be
You're receiving this email because of your account on gitlab.archlinux.org.