Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-charts
Commits:
0e184998 by Antonio Rojas at 2026-01-29T21:53:14+01:00
upgpkg: 6.10.2-1: Qt 6.10.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-charts
pkgdesc = Provides a set of easy to use chart components
- pkgver = 6.10.1
+ pkgver = 6.10.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = qt6-charts
depends = glibc
depends = qt6-base
depends = qt6-declarative
- source = git+https://code.qt.io/qt/qtcharts#tag=v6.10.1
- sha256sums =
e84ee26ff79a527b6683357af7edd6198effe977a53447f2d487e3f326a5fb72
+ source = git+https://code.qt.io/qt/qtcharts#tag=v6.10.2
+ sha256sums =
6afd98c846a254cdbc0aceb8a21ee76c6ee39678eb7fc6cc65eb8b61b3fb71ce
pkgname = qt6-charts
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-charts
-_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=('e84ee26ff79a527b6683357af7edd6198effe977a53447f2d487e3f326a5fb72')
+sha256sums=('6afd98c846a254cdbc0aceb8a21ee76c6ee39678eb7fc6cc65eb8b61b3fb71ce')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-charts/-/commit/0e1849988dde025b14a964dd8f4cb5fc763e7b42
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-charts/-/commit/0e1849988dde025b14a964dd8f4cb5fc763e7b42
You're receiving this email because of your account on gitlab.archlinux.org.