git » pyqt5.git » commit 2f82dbe

Build against correct python version

author Antonio Rojas
2021-12-14 09:08:31 UTC
committer Antonio Rojas
2021-12-14 09:08:31 UTC
parent e16d66c3347a6e5312c137b9aa134e8655b81315

Build against correct python version

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 7f3d450..cdf534b 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.6
-pkgrel=5
+pkgrel=6
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')