Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-webchannel
Commits:
d7b1ac32 by Antonio Rojas at 2026-01-29T21:52:12+01:00
upgpkg: 6.10.2-1: Qt 6.10.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-webchannel
pkgdesc = Provides access to QObject or QML objects from HTML clients
for seamless integration of Qt applications with HTML/JavaScript clients
- pkgver = 6.10.1
+ pkgver = 6.10.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = qt6-webchannel
depends = glibc
depends = qt6-base
depends = qt6-declarative
- source = git+https://code.qt.io/qt/qtwebchannel#tag=v6.10.1
- sha256sums =
93cb2364e6064381525ccb7f5097552c2394b77971aa0914209d1311bc86309d
+ source = git+https://code.qt.io/qt/qtwebchannel#tag=v6.10.2
+ sha256sums =
d72536f8fec3f612ae6d709de232e8178112728a5ba366d25a2dd880e8d4f5e1
pkgname = qt6-webchannel
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-webchannel
-_pkgver=6.10.1
+_pkgver=6.10.2
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=('93cb2364e6064381525ccb7f5097552c2394b77971aa0914209d1311bc86309d')
+sha256sums=('d72536f8fec3f612ae6d709de232e8178112728a5ba366d25a2dd880e8d4f5e1')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webchannel/-/commit/d7b1ac32deed4b581c2d6d396beb5f1c51a18525
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webchannel/-/commit/d7b1ac32deed4b581c2d6d396beb5f1c51a18525
You're receiving this email because of your account on gitlab.archlinux.org.