Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-3d
Commits:
74acc530 by Antonio Rojas at 2025-03-26T19:36:17+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
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.8.2
+ pkgver = 6.8.3
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -21,7 +21,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.2
- sha256sums =
93fe0c7b0f69e21964ab039cae22bc8c0abafaed7da98833d76824b3b20aa41a
+ source = git+https://code.qt.io/qt/qt3d#tag=v6.8.3
+ sha256sums =
dec55a5fabcdd80d63679a2160c25d099e94df9332d1ad2282638c871e1605ac
pkgname = qt6-3d
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-3d
-_pkgver=6.8.2
+_pkgver=6.8.3
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -28,7 +28,7 @@ optdepends=('assimp: assimp importer plugin'
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('93fe0c7b0f69e21964ab039cae22bc8c0abafaed7da98833d76824b3b20aa41a')
+sha256sums=('dec55a5fabcdd80d63679a2160c25d099e94df9332d1ad2282638c871e1605ac')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-3d/-/commit/74acc5305a35396d4aae23108aa7dfc4b913d80f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-3d/-/commit/74acc5305a35396d4aae23108aa7dfc4b913d80f
You're receiving this email because of your account on gitlab.archlinux.org.