Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-wayland
Commits:
1d42c2c2 by Antonio Rojas at 2025-11-20T21:24:03+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-wayland
pkgdesc = Provides APIs for Wayland
- pkgver = 6.10.0
+ pkgver = 6.10.1
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.0
- sha256sums =
fd3dfcedcc7fe901bcfd40358fb536a33100b6164615b9e67e8e04bea9ba35fd
+ source = git+https://code.qt.io/qt/qtwayland#tag=v6.10.1
+ sha256sums =
18b23580f4257ec5700b21da595429a01ddae18b8a71fd29ba889637f87fb4a2
pkgname = qt6-wayland
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-wayland
-_pkgver=6.10.0
+_pkgver=6.10.1
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=('fd3dfcedcc7fe901bcfd40358fb536a33100b6164615b9e67e8e04bea9ba35fd')
+sha256sums=('18b23580f4257ec5700b21da595429a01ddae18b8a71fd29ba889637f87fb4a2')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/1d42c2c21ab370971588ae3ba1129b4c7b36bad8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/1d42c2c21ab370971588ae3ba1129b4c7b36bad8
You're receiving this email because of your account on gitlab.archlinux.org.