* update qt6-3d to 6.8.2-1

This commit is contained in:
Alexander Baldeck 2025-02-11 08:38:51 +01:00
parent d8b7d1b9b6
commit 834914e0f1
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = qt6-3d
pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics
pkgver = 6.8.1
pkgver = 6.8.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@ -25,7 +25,7 @@ pkgbase = qt6-3d
optdepends = assimp: assimp importer plugin
optdepends = qt6-declarative: QML bindings
optdepends = qt6-shadertools: RHI renderer
source = git+https://code.qt.io/qt/qt3d#tag=v6.8.1
sha256sums = 458bf3829d437b0b189a44fb08a4ea979656ef9e1548aef360ca96b7856aa1cd
source = git+https://code.qt.io/qt/qt3d#tag=v6.8.2
sha256sums = 93fe0c7b0f69e21964ab039cae22bc8c0abafaed7da98833d76824b3b20aa41a
pkgname = qt6-3d

View File

@ -4,8 +4,8 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt6-3d
_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'
@ -29,7 +29,7 @@ optdepends=('assimp: assimp importer plugin'
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('458bf3829d437b0b189a44fb08a4ea979656ef9e1548aef360ca96b7856aa1cd')
sha256sums=('93fe0c7b0f69e21964ab039cae22bc8c0abafaed7da98833d76824b3b20aa41a')
build() {
cmake -B build -S $_pkgfn -G Ninja \