Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-webengine
Commits:
842254a8 by Antonio Rojas at 2025-03-26T19:35:15+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
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.8.2
- pkgrel = 3
+ pkgver = 6.8.3
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -69,9 +69,9 @@ pkgbase = qt6-webengine
depends = ttf-font
depends = zlib
optdepends = pipewire: WebRTC desktop sharing under Wayland
- source = git+https://code.qt.io/qt/qtwebengine#tag=v6.8.2
+ source = git+https://code.qt.io/qt/qtwebengine#tag=v6.8.3
source = git+https://code.qt.io/qt/qtwebengine-chromium
- sha256sums =
44280684c9350bf6bc99191747c84ca353ac10761f5f65a4778b6ee0d9794fa7
+ sha256sums =
032e30f7bff59eaaa95b52b55defd5ee793ece98bfc78b8414ea65f770b26fd1
sha256sums = SKIP
pkgname = qt6-webengine
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-webengine
-_pkgver=6.8.2
+_pkgver=6.8.3
pkgver=${_pkgver/-/}
-pkgrel=3
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL-3.0-only
@@ -78,7 +78,7 @@ groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver
git+https://code.qt.io/qt/qtwebengine-chromium)
-sha256sums=('44280684c9350bf6bc99191747c84ca353ac10761f5f65a4778b6ee0d9794fa7'
+sha256sums=('032e30f7bff59eaaa95b52b55defd5ee793ece98bfc78b8414ea65f770b26fd1'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/842254a8db7b5c624da6803f5f7bcc8a495e4e86
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/842254a8db7b5c624da6803f5f7bcc8a495e4e86
You're receiving this email because of your account on gitlab.archlinux.org.