Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-charts
Commits:
585a64ed by Antonio Rojas at 2025-03-26T19:36:31+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
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.8.2
+ pkgver = 6.8.3
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.8.2
- sha256sums =
33d6ea449475506f76857e44366254d48b0050c878cecc3b0aedff6d6a5ebd76
+ source = git+https://code.qt.io/qt/qtcharts#tag=v6.8.3
+ sha256sums =
c2e41f2d7d969226564fc83a5aa1b89ac4da907f0eb4e5459f795f25288c9d99
pkgname = qt6-charts
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-charts
-_pkgver=6.8.2
+_pkgver=6.8.3
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=('33d6ea449475506f76857e44366254d48b0050c878cecc3b0aedff6d6a5ebd76')
+sha256sums=('c2e41f2d7d969226564fc83a5aa1b89ac4da907f0eb4e5459f795f25288c9d99')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-charts/-/commit/585a64edaf47bd1fa7461f7c66009a0bc0b9af5c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-charts/-/commit/585a64edaf47bd1fa7461f7c66009a0bc0b9af5c
You're receiving this email because of your account on gitlab.archlinux.org.