diff --git a/qt6/qt6-webchannel/.SRCINFO b/qt6/qt6-webchannel/.SRCINFO index 2e45212486..ace7bc4a92 100644 --- a/qt6/qt6-webchannel/.SRCINFO +++ b/qt6/qt6-webchannel/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = qt6-webchannel pkgdesc = Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients - pkgver = 6.8.0 + pkgver = 6.8.1 pkgrel = 1 url = https://www.qt.io arch = x86_64 @@ -9,10 +9,10 @@ pkgbase = qt6-webchannel arch = powerpc arch = riscv64 groups = qt6 - 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 makedepends = cmake makedepends = git makedepends = ninja @@ -21,7 +21,7 @@ pkgbase = qt6-webchannel depends = qt6-base depends = qt6-declarative depends = qt6-websockets - source = git+https://code.qt.io/qt/qtwebchannel#tag=v6.8.0 - sha256sums = 77e760041677d038f92d907674cce1e7e411f00286c8576adb092dc48628f013 + source = git+https://code.qt.io/qt/qtwebchannel#tag=v6.8.1 + sha256sums = c50317f092216a8494e4d6f4cf8a18cb8478cb624fe565b62f8fbe02d95afe4d pkgname = qt6-webchannel diff --git a/qt6/qt6-webchannel/PKGBUILD b/qt6/qt6-webchannel/PKGBUILD index c66cb257ee..a0f3f7ad6f 100644 --- a/qt6/qt6-webchannel/PKGBUILD +++ b/qt6/qt6-webchannel/PKGBUILD @@ -3,12 +3,15 @@ # Maintainer: Felix Yan pkgname=qt6-webchannel -_pkgver=6.8.0 -pkgver=6.8.0 +_pkgver=6.8.1 +pkgver=6.8.1 pkgrel=1 arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) 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 access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients' depends=(gcc-libs glibc @@ -21,7 +24,7 @@ makedepends=(cmake groups=(qt6) _pkgfn=${pkgname/6-/} source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver) -sha256sums=('77e760041677d038f92d907674cce1e7e411f00286c8576adb092dc48628f013') +sha256sums=('c50317f092216a8494e4d6f4cf8a18cb8478cb624fe565b62f8fbe02d95afe4d') build() { cmake -B build -S $_pkgfn -G Ninja \