git » qscintilla.git » commit 17c3dda

Update to 2.11.1

author Antonio Rojas
2019-02-14 16:29:31 UTC
committer Antonio Rojas
2019-02-14 16:29:31 UTC
parent a4e4f3e747e84ad61b860e60951764e3a34740ef

Update to 2.11.1

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 5527777..14f73ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 pkgbase=qscintilla
 pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
          'python-qscintilla-qt5-common')
-pkgver=2.11
+pkgver=2.11.1
 pkgrel=1
 license=('GPL')
 arch=('x86_64')
@@ -13,7 +13,7 @@ url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"
 makedepends=('python-pyqt5' 'python2-pyqt5' 'qt5-tools' 'sip')
 options=('!buildflags') # Fix Qt Designer plugin
 source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/QScintilla_gpl-$pkgver.tar.gz")
-sha256sums=('c2c0f097522c5aea16c71dc79deefc7f0416a17c091cf264cbe48846a29204a6')
+sha256sums=('dae54d19e43dba5a3f98ac084fc0bcfa6fb713fa851f1783a01404397fd722f5')
 
 build() {
     cd "$srcdir"/QScintilla_gpl-${pkgver}
@@ -43,7 +43,7 @@ package_qscintilla-qt5() {
     depends=('qt5-base')
 
     cd QScintilla_gpl-${pkgver}/Qt4Qt5
-    make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+    make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
 
     cd ../designer-Qt4Qt5
     make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
@@ -54,7 +54,7 @@ package_python-qscintilla-qt5-common() {
     depends=('qscintilla-qt5')
 
     cd QScintilla_gpl-${pkgver}/Python
-    make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+    make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
 
     # Provided by python-qscintilla
     rm -r "${pkgdir}"/usr/lib