Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-graphs
Commits:
ec31a668 by Antonio Rojas at 2026-01-29T21:53:42+01:00
upgpkg: 6.10.2-1: Qt 6.10.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-graphs
pkgdesc = Qt Graphs for data visualization
- pkgver = 6.10.1
+ pkgver = 6.10.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = qt6-graphs
depends = qt6-base
depends = qt6-declarative
depends = qt6-quick3d
- source = git+https://code.qt.io/qt/qtgraphs#tag=v6.10.1
- sha256sums =
2f926a141b3a26d3bc0b6ec72aa4e015131bd471a4f3ea43767c8034f63e1539
+ source = git+https://code.qt.io/qt/qtgraphs#tag=v6.10.2
+ sha256sums =
64a334b76d1fef25478d5db8cbfb2f9ff591e274d565b7c830b301c86c349fa7
pkgname = qt6-graphs
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=qt6-graphs
-_pkgver=6.10.1
+_pkgver=6.10.2
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -23,7 +23,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('2f926a141b3a26d3bc0b6ec72aa4e015131bd471a4f3ea43767c8034f63e1539')
+sha256sums=('64a334b76d1fef25478d5db8cbfb2f9ff591e274d565b7c830b301c86c349fa7')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-graphs/-/commit/ec31a6686d7355d1bb90230db0653c85727d5679
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-graphs/-/commit/ec31a6686d7355d1bb90230db0653c85727d5679
You're receiving this email because of your account on gitlab.archlinux.org.