author | Antonio Rojas
<arojas@archlinux.org> 2022-09-19 21:36:38 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-09-19 21:36:38 UTC |
parent | e9f195f70ba683453719bc237e2348cb66d39b1f |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index b490d39..fc3664d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=pyqt5 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 @@ build() { 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 }