Date: Monday, September 19, 2022 @ 21:36:38
Author: arojas
Revision: 456485
upgpkg: pyqt5 5.15.7-2: Install pyi files (FS#75947)
Modified:
pyqt5/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-19 21:09:37 UTC (rev 456484)
+++ PKGBUILD 2022-09-19 21:36:38 UTC (rev 456485)
@@ -9,7 +9,7 @@
pkgname=('python-pyqt5')
pkgdesc="A set of Python bindings for the Qt5 toolkit"
pkgver=5.15.7
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://riverbankcomputing.com/software/pyqt/intro"
license=('GPL')
@@ -44,7 +44,8 @@
sip-build \
--confirm-license \
--no-make \
- --api-dir /usr/share/qt/qsci/api/python
+ --api-dir /usr/share/qt/qsci/api/python \
+ --pep484-pyi
cd build
make
}