[update] qt6-webview -> 6.8.1

This commit is contained in:
Developer 2024-12-13 23:49:58 +00:00
parent 4b10f65be8
commit e80e5d51e4
2 changed files with 14 additions and 11 deletions

View File

@ -3,17 +3,17 @@
pkgname = qt6-webview
pkgbase = qt6-webview
xdata = pkgtype=pkg
pkgver = 6.8.0-1
pkgver = 6.8.1-1
pkgdesc = Provides a way to display web content in a QML application
url = https://www.qt.io
builddate = 1729294107
builddate = 1734133796
packager = Tuxcore <dev@tuxcore.org>
size = 404160
size = 422550
arch = x86_64
license = GPL3
license = LGPL3
license = FDL
license = custom
license = GPL-3.0-only
license = LGPL-3.0-only
license = LicenseRef-Qt-Commercial
license = Qt-GPL-exception-1.0
group = qt6
depend = gcc-libs
depend = glibc

View File

@ -1,11 +1,14 @@
# Packager = Tuxcore <dev@tuxcore.org>
pkgname=qt6-webview
_pkgver=6.8.0
pkgver=6.8.0
_pkgver=6.8.1
pkgver=6.8.1
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
license=(GPL-3.0-only
LGPL-3.0-only
LicenseRef-Qt-Commercial
Qt-GPL-exception-1.0)
pkgdesc='Provides a way to display web content in a QML application'
depends=(gcc-libs
glibc
@ -18,7 +21,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('eeca02538c5732aad172f94c02427c5588f431fe1cf2c2e1775a18b21976c088')
sha256sums=('74e0029d584c7ccf275a5c2144be4bd3f8d941f7e383d931c78aed95b1f10a26')
build() {
cmake -B build -S $_pkgfn -G Ninja \