Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-graphs
Commits:
c900991b by Antonio Rojas at 2024-09-27T18:35:13+02:00
upgpkg: 6.7.3-1: Qt 6.7.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-graphs
pkgdesc = Qt Graphs for data visualization
- pkgver = 6.7.2
+ pkgver = 6.7.3
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.7.2
- sha256sums =
9c2bbd078567c9aa0922aabc87002330c14d13e709f71e2642bbd9493d3c7111
+ source = git+https://code.qt.io/qt/qtgraphs#tag=v6.7.3
+ sha256sums =
a40c00ca24ec5c988b71e9c6546191c912a2bb41e466d345c413e888e936c96f
pkgname = qt6-graphs
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=qt6-graphs
-pkgver=6.7.2
+pkgver=6.7.3
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
@@ -19,7 +19,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
-sha256sums=('9c2bbd078567c9aa0922aabc87002330c14d13e709f71e2642bbd9493d3c7111')
+sha256sums=('a40c00ca24ec5c988b71e9c6546191c912a2bb41e466d345c413e888e936c96f')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-graphs/-/commit/c900991b99f2748c8fff75a72612466696692e30
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-graphs/-/commit/c900991b99f2748c8fff75a72612466696692e30
You're receiving this email because of your account on gitlab.archlinux.org.