[arch-commits] Commit in pyside6/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Dec 3 21:29:20 UTC 2021
Date: Friday, December 3, 2021 @ 21:29:19
Author: arojas
Revision: 430648
Update to 6.2.2, add qtquick3d bindings
Modified:
pyside6/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 21:19:36 UTC (rev 430647)
+++ PKGBUILD 2021-12-03 21:29:19 UTC (rev 430648)
@@ -2,9 +2,9 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=pyside6
-_qtver=6.2.1
+_qtver=6.2.2
pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(LGPL)
@@ -11,12 +11,13 @@
pkgdesc='Enables the use of Qt6 APIs in Python applications'
depends=(shiboken6 qt6-declarative)
makedepends=(cmake ninja python-setuptools vulkan-headers python-numpy
- qt6-tools qt6-svg qt6-3d qt6-scxml qt6-datavis3d qt6-charts qt6-multimedia
- qt6-location qt6-networkauth qt6-remoteobjects qt6-sensors qt6-serialport qt6-connectivity
- qt6-webchannel qt6-webengine qt6-websockets)
+ qt6-tools qt6-svg qt6-3d qt6-scxml qt6-datavis3d qt6-charts qt6-multimedia qt6-quick3d
+ qt6-positioning qt6-networkauth qt6-remoteobjects qt6-sensors qt6-serialport qt6-connectivity
+ qt6-webchannel qt6-webengine qt6-websockets qt6-shadertools)
optdepends=('qt6-tools: QtHelp, QtUiTools bindings'
'qt6-svg: QtSvg bindings'
'qt6-3d: Qt3D bindings'
+ 'qt6-quick3d: QtQuick3D bindings'
'qt6-scxml: QtScxml bindings'
'qt6-datavis3d: QtDataVisualization bindings'
'qt6-charts: QtCharts bindings'
@@ -30,7 +31,7 @@
_pkgfn=pyside-setup-opensource-src-$_qtver
source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfn}.tar.xz
designer-plugin-install-dir.patch)
-sha256sums=('e0df6f42ed92e039d44ae9bf7d23cc4ee2fc4722c87adddbeafc6376074c4cd4'
+sha256sums=('70a74c7c7c9e5af46cae5b1943bc39a1399c4332b342d2c48103a1cfe99891a8'
'66e895e07d5b01c64a94092353854c946fd7fc445b6181068dca290b5a3887e0')
prepare() {
More information about the arch-commits
mailing list