Date: Monday, September 19, 2022 @ 21:49:09 Author: arojas Revision: 456487
upgpkg: pyqt6 6.3.1-2: Install pyi files (FS#75948) Modified: pyqt6/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-19 21:36:47 UTC (rev 456486) +++ PKGBUILD 2022-09-19 21:49:09 UTC (rev 456487) @@ -4,7 +4,7 @@ pkgname=python-pyqt6 pkgdesc='A set of Python bindings for the Qt6 toolkit' pkgver=6.3.1 -pkgrel=1 +pkgrel=2 arch=(x86_64) url='https://riverbankcomputing.com/software/pyqt/intro' license=(GPL) @@ -35,7 +35,9 @@ sip-build \ --confirm-license \ --no-make \ - --qmake=/usr/bin/qmake6 + --qmake=/usr/bin/qmake6 \ + --api-dir /usr/share/qt6/qsci/api/python \ + --pep484-pyi cd build make }
