Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pyqt6-charts
Commits:
81a65534 by Antonio Rojas at 2024-12-12T23:57:41+01:00
upgpkg: 6.8.0-1: Update to 6.8.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pyqt6-charts
pkgdesc = Python bindings for QtChart
- pkgver = 6.7.0
- pkgrel = 4
+ pkgver = 6.8.0
+ pkgrel = 1
url = https://www.riverbankcomputing.com/software/pyqtchart/intro
arch = x86_64
groups = pyqt6
@@ -14,7 +14,7 @@ pkgbase = pyqt6-charts
depends = python-pyqt6
depends = qt6-base
depends = qt6-charts
- source =
https://pypi.python.org/packages/source/P/PyQt6-Charts/PyQt6_Charts-6.7.0.tar.gz
- sha256sums =
c4f7cf369928f7bf032e4e33f718d3b8fe66da176d4959fe30735a970d86f35c
+ source =
https://pypi.python.org/packages/source/P/PyQt6-Charts/PyQt6_Charts-6.8.0.tar.gz
+ sha256sums =
f86705b8740e3041667ce211aeaa205b750eb6baf4c908f4e3f6dc8c720d10f1
pkgname = python-pyqt6-charts
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgbase=pyqt6-charts
pkgname=(python-pyqt6-charts)
-pkgver=6.7.0
-pkgrel=4
+pkgver=6.8.0
+pkgrel=1
pkgdesc='Python bindings for QtChart'
arch=(x86_64)
url='https://www.riverbankcomputing.com/software/pyqtchart/intro'
@@ -18,7 +18,7 @@ depends=(gcc-libs
makedepends=(pyqt-builder
sip)
source=(https://pypi.python.org/packages/source/P/PyQt6-Charts/PyQt6_Charts-$pkgver.tar.gz)
-sha256sums=('c4f7cf369928f7bf032e4e33f718d3b8fe66da176d4959fe30735a970d86f35c')
+sha256sums=('f86705b8740e3041667ce211aeaa205b750eb6baf4c908f4e3f6dc8c720d10f1')
build() {
cd PyQt6_Charts-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt6-charts/-/commit/81a6553476ff1c82757f4b9714fad28a99fdb7b2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt6-charts/-/commit/81a6553476ff1c82757f4b9714fad28a99fdb7b2
You're receiving this email because of your account on gitlab.archlinux.org.