[arch-commits] Commit in pyside6/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed May 12 17:22:24 UTC 2021


    Date: Wednesday, May 12, 2021 @ 17:22:23
  Author: arojas
Revision: 415067

Update to 6.1.0

Modified:
  pyside6/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-12 17:20:03 UTC (rev 415066)
+++ PKGBUILD	2021-05-12 17:22:23 UTC (rev 415067)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=pyside6
-_qtver=6.0.4
+_qtver=6.1.0
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -10,11 +10,17 @@
 license=(LGPL)
 pkgdesc='Enables the use of Qt6 APIs in Python applications'
 depends=(shiboken6 qt6-declarative)
-makedepends=(cmake python-setuptools qt6-tools qt6-quickcontrols2 qt6-svg qt6-3d)
-optdepends=('qt6-tools: QtHelp, QtUiTools bindings' 'qt6-quickcontrols2: QtQuickControls2 bindings' 'qt6-svg: QtSvg bindings' 'qt6-3d: Qt3D bindings')
+makedepends=(cmake python-setuptools python-numpy qt6-tools qt6-quickcontrols2 qt6-svg qt6-3d qt6-scxml qt6-datavis3d qt6-charts)
+optdepends=('qt6-tools: QtHelp, QtUiTools bindings'
+            'qt6-quickcontrols2: QtQuickControls2 bindings'
+            'qt6-svg: QtSvg bindings'
+            'qt6-3d: Qt3D bindings'
+            'qt6-scxml: QtScxml bindings'
+            'qt6-datavis3d: QtDataVisualization bindings'
+            'qt6-charts: QtCharts bindings')
 _pkgfn=pyside-setup-opensource-src-$_qtver
-source=("https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfn}.tar.xz")
-sha256sums=('0a076dd9f28aabe947739986a47431fa5bece1dccfd8ea90d2c9048ddede6303')
+source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfn}.tar.xz)
+sha256sums=('95074814a06105b927abebe645eb7f477076a2ff8846b99fc47933b685e23354')
 
 build() {
   cmake -B build -S $_pkgfn/sources/pyside6 \



More information about the arch-commits mailing list