Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-doc
Commits:
32d88c5d by Antonio Rojas at 2025-11-20T21:24:55+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = qt6-doc
- pkgver = 6.10.0
+ pkgver = 6.10.1
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -28,8 +28,8 @@ pkgbase = qt6-doc
makedepends = python-html5lib
makedepends = unixodbc
makedepends = vulkan-headers
- source =
https://download.qt.io/official_releases/qt/6.10/6.10.0/single/qt-everywhere-src-6.10.0.tar.xz
- sha256sums =
81895fb038a9c3d6c6f698d7611339a189eb45c3d91746c7789b0b77a5981aa3
+ source =
https://download.qt.io/official_releases/qt/6.10/6.10.1/single/qt-everywhere-src-6.10.1.tar.xz
+ sha256sums =
0ed08b079719394303cd2054b66b2dc0c5895ceeb88fb6131c18991c980bf00f
pkgname = qt6-doc
pkgdesc = A cross-platform application and UI framework (Documentation)
=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
pkgbase=qt6-doc
pkgname=(qt6-doc qt6-examples)
-_pkgver=6.10.0
+_pkgver=6.10.1
pkgver=${_pkgver/-/}
# Account for Qt special naming of -rc1 tarballs
-_pkgver=6.10.0
+_pkgver=6.10.1
pkgrel=1
arch=('any')
url='https://www.qt.io'
@@ -38,7 +38,7 @@ makedepends=(alsa-lib
groups=(qt6)
_pkgfn=qt-everywhere-src-$_pkgver
source=(https://download.qt.io/official_releases/qt/${_pkgver%.*}/${_pkgver}/single/$_pkgfn.tar.xz)
-sha256sums=('81895fb038a9c3d6c6f698d7611339a189eb45c3d91746c7789b0b77a5981aa3')
+sha256sums=('0ed08b079719394303cd2054b66b2dc0c5895ceeb88fb6131c18991c980bf00f')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-doc/-/commit/32d88c5d53fe568e0a58b7dff5414d473e953436
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-doc/-/commit/32d88c5d53fe568e0a58b7dff5414d473e953436
You're receiving this email because of your account on gitlab.archlinux.org.