Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-webview
Commits:
76d8cd93 by Antonio Rojas at 2025-03-26T19:39:23+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
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.8.2
+ pkgver = 6.8.3
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.8.2
- sha256sums =
6dbe68eda896ec19b4455d920f0398f90ea9166ebefe6a82892c697e98a76f3a
+ source = git+https://code.qt.io/qt/qtwebview#tag=v6.8.3
+ sha256sums =
99ecc44537c05d8ed2609ccb2c2a35321512fd4036c14ea4d31d7b8057a69375
pkgname = qt6-webview
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-webview
-_pkgver=6.8.2
+_pkgver=6.8.3
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=('6dbe68eda896ec19b4455d920f0398f90ea9166ebefe6a82892c697e98a76f3a')
+sha256sums=('99ecc44537c05d8ed2609ccb2c2a35321512fd4036c14ea4d31d7b8057a69375')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/commit/76d8cd9304ac016a8c487d81ecc38602d066cad3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/commit/76d8cd9304ac016a8c487d81ecc38602d066cad3
You're receiving this email because of your account on gitlab.archlinux.org.