Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-webview
Commits:
0b52da9b by Antonio Rojas at 2024-09-27T18:37:03+02:00
upgpkg: 6.7.3-1: Qt 6.7.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.7.2
+ pkgver = 6.7.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.7.2
- sha256sums =
927ccbf9902bc9525a094d2b3e375df119031b46bab5e9ffc96d160ba2229558
+ source = git+https://code.qt.io/qt/qtwebview#tag=v6.7.3
+ sha256sums =
7af65542b90fc6d970ba2d888d5b779d9ff4b126475e87fa5f2e165f9f96dcf6
pkgname = qt6-webview
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-webview
-pkgver=6.7.2
+pkgver=6.7.3
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
@@ -19,7 +19,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
-sha256sums=('927ccbf9902bc9525a094d2b3e375df119031b46bab5e9ffc96d160ba2229558')
+sha256sums=('7af65542b90fc6d970ba2d888d5b779d9ff4b126475e87fa5f2e165f9f96dcf6')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/commit/0b52da9b55128e3e4e6fe5cee3c1f1609b0dd471
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/commit/0b52da9b55128e3e4e6fe5cee3c1f1609b0dd471
You're receiving this email because of your account on gitlab.archlinux.org.