Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-shadertools
Commits:
33cf31c1 by Antonio Rojas at 2026-01-29T21:51:02+01:00
upgpkg: 6.10.2-1: Qt 6.10.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-shadertools
pkgdesc = Provides functionality for the shader pipeline that allows Qt
Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL
- pkgver = 6.10.1
+ pkgver = 6.10.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = qt6-shadertools
depends = gcc-libs
depends = glibc
depends = qt6-base
- source = git+https://code.qt.io/qt/qtshadertools#tag=v6.10.1
- sha256sums =
0cc11824032047f434661420a60e6997311ca6def55ef9cb0c052bd98f1458b9
+ source = git+https://code.qt.io/qt/qtshadertools#tag=v6.10.2
+ sha256sums =
9cdaccc0b24c08334a2030e9aafa6e25fc654aa7a5c08253e6e01a2b936d63e7
pkgname = qt6-shadertools
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-shadertools
-_pkgver=6.10.1
+_pkgver=6.10.2
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -22,7 +22,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('0cc11824032047f434661420a60e6997311ca6def55ef9cb0c052bd98f1458b9')
+sha256sums=('9cdaccc0b24c08334a2030e9aafa6e25fc654aa7a5c08253e6e01a2b936d63e7')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-shadertools/-/commit/33cf31c1b6efc39a30f5364fd87e8200fc9867ea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-shadertools/-/commit/33cf31c1b6efc39a30f5364fd87e8200fc9867ea
You're receiving this email because of your account on gitlab.archlinux.org.