Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-wayland
Commits:
92c4b17a by Antonio Rojas at 2026-01-29T21:52:57+01:00
upgpkg: 6.10.2-1: Qt 6.10.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-wayland
pkgdesc = Provides APIs for Wayland
- pkgver = 6.10.1
+ pkgver = 6.10.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = qt6-wayland
depends = qt6-declarative
depends = qt6-svg
depends = wayland
- source = git+https://code.qt.io/qt/qtwayland#tag=v6.10.1
- sha256sums =
18b23580f4257ec5700b21da595429a01ddae18b8a71fd29ba889637f87fb4a2
+ source = git+https://code.qt.io/qt/qtwayland#tag=v6.10.2
+ sha256sums =
8df1050898d7a21fcba06ec09164c4a4e7cfe11d13a2f38424b32f221b7a6e1e
pkgname = qt6-wayland
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-wayland
-_pkgver=6.10.1
+_pkgver=6.10.2
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -28,7 +28,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('18b23580f4257ec5700b21da595429a01ddae18b8a71fd29ba889637f87fb4a2')
+sha256sums=('8df1050898d7a21fcba06ec09164c4a4e7cfe11d13a2f38424b32f221b7a6e1e')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/92c4b17ad5ecdf9196caed7828187ae442d0a1d3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/92c4b17ad5ecdf9196caed7828187ae442d0a1d3
You're receiving this email because of your account on gitlab.archlinux.org.