Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-quick3d
Commits:
83bd6553 by Antonio Rojas at 2025-03-26T19:35:54+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-quick3d
pkgdesc = Qt module and API for defining 3D content in Qt Quick
- pkgver = 6.8.2
+ pkgver = 6.8.3
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = qt6-quick3d
depends = qt6-shadertools
depends = zlib
optdepends = assimp: assimp import plugin
- source = git+https://code.qt.io/qt/qtquick3d#tag=v6.8.2
- sha256sums =
7c46c9d2170b4faf4542c725ff2093768c8e736bd58dd6232b8d0ed6cf22b95e
+ source = git+https://code.qt.io/qt/qtquick3d#tag=v6.8.3
+ sha256sums =
93b79b17f98e67be3b7d439b3e8b3feddd3db25962ab80a119006d8fc183cbca
pkgname = qt6-quick3d
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-quick3d
-_pkgver=6.8.2
+_pkgver=6.8.3
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -29,7 +29,7 @@ optdepends=('assimp: assimp import plugin')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('7c46c9d2170b4faf4542c725ff2093768c8e736bd58dd6232b8d0ed6cf22b95e')
+sha256sums=('93b79b17f98e67be3b7d439b3e8b3feddd3db25962ab80a119006d8fc183cbca')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-quick3d/-/commit/83bd6553ce0c1ec07cc6442374a885f70410c598
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-quick3d/-/commit/83bd6553ce0c1ec07cc6442374a885f70410c598
You're receiving this email because of your account on gitlab.archlinux.org.