* update qt6-tools to 6.8.2-1
This commit is contained in:
parent
56e254f9e8
commit
e05f087bab
@ -1,6 +1,6 @@
|
||||
pkgbase = qt6-tools
|
||||
pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp)
|
||||
pkgver = 6.8.1
|
||||
pkgver = 6.8.2
|
||||
pkgrel = 1
|
||||
url = https://www.qt.io
|
||||
arch = x86_64
|
||||
@ -26,10 +26,10 @@ pkgbase = qt6-tools
|
||||
depends = zstd
|
||||
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.1
|
||||
optdepends = qt6-declarative: for qdistancefieldgenerator, qdoc and lupdate
|
||||
source = git+https://code.qt.io/qt/qttools#tag=v6.8.2
|
||||
source = git+https://code.qt.io/playground/qlitehtml
|
||||
sha256sums = 7b1e6d811a5e2c0de54b439d64d8862153bdad82ba3d30b52dfdc2f44cb6a4de
|
||||
sha256sums = ed4343ccbaac945dc0079e46167ecc8c2a437bdc981980c47017cd137d178a4e
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = qt6-tools
|
||||
|
@ -4,8 +4,8 @@
|
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
|
||||
pkgname=qt6-tools
|
||||
_pkgver=6.8.1
|
||||
pkgver=6.8.1
|
||||
_pkgver=6.8.2
|
||||
pkgver=${_pkgver/-/}
|
||||
pkgrel=1
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://www.qt.io'
|
||||
@ -27,12 +27,12 @@ makedepends=(clang
|
||||
qt6-declarative)
|
||||
optdepends=('clang: for qdoc and lupdate'
|
||||
'litehtml: for assistant'
|
||||
'qt6-declarative: for qdoc and lupdate')
|
||||
'qt6-declarative: for qdistancefieldgenerator, qdoc and lupdate')
|
||||
groups=(qt6)
|
||||
_pkgfn=${pkgname/6-/}
|
||||
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver
|
||||
git+https://code.qt.io/playground/qlitehtml)
|
||||
sha256sums=('7b1e6d811a5e2c0de54b439d64d8862153bdad82ba3d30b52dfdc2f44cb6a4de'
|
||||
sha256sums=('ed4343ccbaac945dc0079e46167ecc8c2a437bdc981980c47017cd137d178a4e'
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user