Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-webview
Commits:
321935be by Antonio Rojas at 2024-10-08T19:48:25+02:00
upgpkg: 6.8.0-1: Qt 6.8.0
- - - - -
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.3
+ pkgver = 6.8.0
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.3
- sha256sums =
7af65542b90fc6d970ba2d888d5b779d9ff4b126475e87fa5f2e165f9f96dcf6
+ source = git+https://code.qt.io/qt/qtwebview#tag=v6.8.0
+ sha256sums =
eeca02538c5732aad172f94c02427c5588f431fe1cf2c2e1775a18b21976c088
pkgname = qt6-webview
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-webview
-pkgver=6.7.3
+_pkgver=6.8.0
+pkgver=6.8.0
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
@@ -18,8 +19,8 @@ makedepends=(cmake
ninja)
groups=(qt6)
_pkgfn=${pkgname/6-/}
-source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
-sha256sums=('7af65542b90fc6d970ba2d888d5b779d9ff4b126475e87fa5f2e165f9f96dcf6')
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
+sha256sums=('eeca02538c5732aad172f94c02427c5588f431fe1cf2c2e1775a18b21976c088')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/commit/321935bea31fbbd3cfacd3697b5912b44c208682
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/commit/321935bea31fbbd3cfacd3697b5912b44c208682
You're receiving this email because of your account on gitlab.archlinux.org.