git » qscintilla.git » commit 55c26a6

Rebuild to move sip files to the new location

author Antonio Rojas
2019-12-15 22:53:31 UTC
committer Antonio Rojas
2019-12-15 22:53:31 UTC
parent b1e27551559c62a9f7204c44e70c6226b0dd742f

Rebuild to move sip files to the new location

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index e0224d5..fdd39f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 pkgbase=qscintilla
 pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
 pkgver=2.11.3
-pkgrel=5
+pkgrel=6
 license=('GPL')
 arch=('x86_64')
 url="https://www.riverbankcomputing.com/software/qscintilla/intro"
@@ -49,5 +49,5 @@ package_python-qscintilla-qt5() {
     replaces=(python-qscintilla-qt5-common)
 
     cd QScintilla-${pkgver}/Python
-    make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+    make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
 }