* update qt6-webchannel to 6.8.0-1

This commit is contained in:
Alexander Baldeck 2024-11-01 19:58:49 +01:00
parent 09ba71d1e7
commit 45a876368f
2 changed files with 12 additions and 6 deletions

View File

@ -1,9 +1,13 @@
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.7.2
pkgver = 6.8.0
pkgrel = 1
url = https://www.qt.io
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
groups = qt6
license = GPL3
license = LGPL3
@ -16,7 +20,8 @@ pkgbase = qt6-webchannel
depends = glibc
depends = qt6-base
depends = qt6-declarative
source = git+https://code.qt.io/qt/qtwebchannel#tag=v6.7.2
sha256sums = f17a06e24075898726ec787b99baba04e0f2f055c3da9ba4baafebd1db3c4de2
depends = qt6-websockets
source = git+https://code.qt.io/qt/qtwebchannel#tag=v6.8.0
sha256sums = 77e760041677d038f92d907674cce1e7e411f00286c8576adb092dc48628f013
pkgname = qt6-webchannel

View File

@ -3,7 +3,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=qt6-webchannel
pkgver=6.7.2
_pkgver=6.8.0
pkgver=6.8.0
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.qt.io'
@ -19,8 +20,8 @@ makedepends=(cmake
ninja)
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
sha256sums=('f17a06e24075898726ec787b99baba04e0f2f055c3da9ba4baafebd1db3c4de2')
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('77e760041677d038f92d907674cce1e7e411f00286c8576adb092dc48628f013')
build() {
cmake -B build -S $_pkgfn -G Ninja \