* update qt6-tools to 6.8.1-1

This commit is contained in:
Alexander Baldeck 2024-12-09 22:42:52 +01:00
parent 1392fca5ac
commit 5e25ccbf88
2 changed files with 14 additions and 11 deletions

View File

@ -1,6 +1,6 @@
pkgbase = qt6-tools
pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp)
pkgver = 6.8.0
pkgver = 6.8.1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@ -9,10 +9,10 @@ pkgbase = qt6-tools
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 = clang
makedepends = cmake
makedepends = git
@ -27,9 +27,9 @@ pkgbase = qt6-tools
optdepends = clang: for qdoc and lupdate
optdepends = litehtml: for assistant
optdepends = qt6-declarative: for qdoc and lupdate
source = git+https://code.qt.io/qt/qttools#tag=v6.8.0
source = git+https://code.qt.io/qt/qttools#tag=v6.8.1
source = git+https://code.qt.io/playground/qlitehtml
sha256sums = 74659933b95b94a78b9ec24e6f24633473c4dfa180b34531abf847768ccd8822
sha256sums = 7b1e6d811a5e2c0de54b439d64d8862153bdad82ba3d30b52dfdc2f44cb6a4de
sha256sums = SKIP
pkgname = qt6-tools

View File

@ -4,12 +4,15 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt6-tools
_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='A cross-platform application and UI framework (Development Tools, QtHelp)'
depends=(gcc-libs
glibc
@ -29,7 +32,7 @@ groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver
git+https://code.qt.io/playground/qlitehtml)
sha256sums=('74659933b95b94a78b9ec24e6f24633473c4dfa180b34531abf847768ccd8822'
sha256sums=('7b1e6d811a5e2c0de54b439d64d8862153bdad82ba3d30b52dfdc2f44cb6a4de'
'SKIP')
prepare() {