Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-3d
Commits:
6b03f0e3 by Antonio Rojas at 2025-11-20T21:24:19+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-3d
pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics
- pkgver = 6.10.0
+ pkgver = 6.10.1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -24,9 +24,9 @@ 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.10.0
+ source = git+https://code.qt.io/qt/qt3d#tag=v6.10.1
source = assimp-6.patch
- sha256sums =
7e783a3f7c1e88f4005559c44179e33494fc649766255b87b329a4818a33dbde
+ sha256sums =
4ced4eca95ae0e6b8474402818ffa239236fa5ff047e3e2a1307f274cad98c78
sha256sums =
244589b0a353da757d61ce6b86d4fcf2fc8c11e9c0d9c5b109180cec9273055a
pkgname = qt6-3d
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-3d
-_pkgver=6.10.0
+_pkgver=6.10.1
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -32,7 +32,7 @@ groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver
assimp-6.patch)
-sha256sums=('7e783a3f7c1e88f4005559c44179e33494fc649766255b87b329a4818a33dbde'
+sha256sums=('4ced4eca95ae0e6b8474402818ffa239236fa5ff047e3e2a1307f274cad98c78'
'244589b0a353da757d61ce6b86d4fcf2fc8c11e9c0d9c5b109180cec9273055a')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-3d/-/commit/6b03f0e3847bad45509931767eef8be86ddeba4a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-3d/-/commit/6b03f0e3847bad45509931767eef8be86ddeba4a
You're receiving this email because of your account on gitlab.archlinux.org.