Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-graphs
Commits: 4c95a914 by Antonio Rojas at 2025-08-26T14:46:03+02:00 upgpkg: 6.9.2-1: Qt 6.9.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = qt6-graphs pkgdesc = Qt Graphs for data visualization - pkgver = 6.9.1 + pkgver = 6.9.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.9.1 - sha256sums = 08555c4f67313d17f0f2e6c08d1bcc7b36fe16ea48786cc39884adf40f67648a + source = git+https://code.qt.io/qt/qtgraphs#tag=v6.9.2 + sha256sums = f3aa78ec45df2c42f9a8cee906d20e528897c3edff5b3f81281f28ab9818082b pkgname = qt6-graphs ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <aro...@archlinux.org> pkgname=qt6-graphs -_pkgver=6.9.1 +_pkgver=6.9.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=('08555c4f67313d17f0f2e6c08d1bcc7b36fe16ea48786cc39884adf40f67648a') +sha256sums=('f3aa78ec45df2c42f9a8cee906d20e528897c3edff5b3f81281f28ab9818082b') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-graphs/-/commit/4c95a91477fc460b9ad46303548f64575659a4b0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-graphs/-/commit/4c95a91477fc460b9ad46303548f64575659a4b0 You're receiving this email because of your account on gitlab.archlinux.org.