git » pyqt-builder.git » commit 9361d1a

Build with correct python

author Antonio Rojas
2019-11-10 22:01:31 UTC
committer Antonio Rojas
2019-11-10 22:01:31 UTC
parent c835f73c593dede8f47207c4d9407f876d092ea7

Build with correct python

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index e1cc737..0782051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=pyqt-builder
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The PEP 517 compliant PyQt build system"
 arch=(any)
 url="https://pypi.org/project/PyQt-builder/"