Date: Wednesday, May 12, 2021 @ 16:23:05 Author: arojas Revision: 415049
Update to 6.1.0, fix build of quick3d bindings Modified: pyqt6/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-12 15:56:55 UTC (rev 415048) +++ PKGBUILD 2021-05-12 16:23:05 UTC (rev 415049) @@ -2,11 +2,11 @@ pkgbase=pyqt6 pkgname=python-pyqt6 -pkgdesc="A set of Python bindings for the Qt6 toolkit" -pkgver=6.0.3 +pkgdesc='A set of Python bindings for the Qt6 toolkit' +pkgver=6.1.0 pkgrel=1 arch=(x86_64) -url="https://riverbankcomputing.com/software/pyqt/intro" +url='https://riverbankcomputing.com/software/pyqt/intro' license=(GPL) groups=(pyqt6) depends=(qt6-base python-pyqt6-sip) @@ -13,10 +13,11 @@ optdepends=('qt6-tools: QtHelp, QtDesigner' 'qt6-svg: QtSvg' 'qt6-declarative: QtQml, qmlplugin' - 'qt6-quick3d: QtQuick3D') -makedepends=(sip pyqt-builder qt6-tools qt6-svg qt6-declarative qt6-quick3d python-opengl) -source=("https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz") -sha256sums=('bfe5946a667080f7f755fb5acb92706c3e029bf7679d77fc3898f900f69f768a') + 'qt6-quick3d: QtQuick3D' + 'dbus-python: for python-dbus mainloop support') +makedepends=(sip pyqt-builder qt6-tools qt6-svg qt6-declarative qt6-quick3d qt6-shadertools python-opengl dbus-python) +source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz) +sha256sums=('9b45df6c404d7297598b91378d1e3f9bdf0970553ebb53c192a9051576098f9b') build() { cd PyQt6-$pkgver
