git » qscintilla.git » commit 66766e6

Build python bindings with sip5

author Antonio Rojas
2019-12-15 23:05:01 UTC
committer Antonio Rojas
2019-12-15 23:05:01 UTC
parent 55c26a6df4a143ff29853dcfbe83d0e86b9d5240

Build python bindings with sip5

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index fdd39f6..cf2a98d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
 pkgbase=qscintilla
 pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
 pkgver=2.11.3
-pkgrel=6
+pkgrel=7
 license=('GPL')
 arch=('x86_64')
 url="https://www.riverbankcomputing.com/software/qscintilla/intro"
-makedepends=('python-pyqt5' 'qt5-tools' 'sip')
+makedepends=('python-pyqt5' 'qt5-tools' 'sip5')
 options=('!buildflags') # Fix Qt Designer plugin
 source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz")
 sha256sums=('cfadbb7f32fb8a9404fbe5db0ad14ac02229ebdf30a519141236080236ae2dd6')
@@ -28,7 +28,7 @@ build() {
     make
 
     cd ../Python
-    python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt5
+    python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/
     make
 }