Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-webengine
Commits:
9f82b25c by Antonio Rojas at 2026-06-04T18:15:49+02:00
upgpkg: 6.11.1-3: Revert chromium commit causing crashes
Fixes #14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-webengine
pkgdesc = Provides support for web applications using the Chromium
browser project
pkgver = 6.11.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.qt.io
arch = x86_64
groups = qt6
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=qt6-webengine
_pkgver=6.11.1
pkgver=${_pkgver/-/}
-pkgrel=2
+pkgrel=3
_chromium=03b27c14186b88d821551a0cc312b5455a7202e5
arch=(x86_64)
url='https://www.qt.io'
@@ -95,6 +95,8 @@ prepare() {
# Bump chromium to head of stable branch
cd src/3rdparty
[[ -n $_chromium ]] && git checkout $_chromium || true
+
+ git revert -n d3f726be3023f698a01ba4f74533524bd81df8d6 # Revert commit that
causes crashes
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/9f82b25c492e6130634bd12916fc51391388c33c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/9f82b25c492e6130634bd12916fc51391388c33c
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help