Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-webview
Commits:
fcf328b0 by Antonio Rojas at 2026-01-29T21:55:19+01:00
upgpkg: 6.10.2-1: Qt 6.10.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-webview
pkgdesc = Provides a way to display web content in a QML application
- pkgver = 6.10.1
+ pkgver = 6.10.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = qt6-webview
depends = qt6-base
depends = qt6-declarative
depends = qt6-webengine
- source = git+https://code.qt.io/qt/qtwebview#tag=v6.10.1
- sha256sums =
8f94c58b9387065319f08a55df2e29239ae4213fa85a557bfcf81e94f098659a
+ source = git+https://code.qt.io/qt/qtwebview#tag=v6.10.2
+ sha256sums =
2c211e9213c7bcf7a46b7f37dce9c29c0ece992b778be3ae61d51019443899c6
pkgname = qt6-webview
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-webview
-_pkgver=6.10.1
+_pkgver=6.10.2
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -23,7 +23,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('8f94c58b9387065319f08a55df2e29239ae4213fa85a557bfcf81e94f098659a')
+sha256sums=('2c211e9213c7bcf7a46b7f37dce9c29c0ece992b778be3ae61d51019443899c6')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/commit/fcf328b06747a9408dbe67ac05eb5a1bd7463c70
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/commit/fcf328b06747a9408dbe67ac05eb5a1bd7463c70
You're receiving this email because of your account on gitlab.archlinux.org.