[arch-commits] Commit in qscintilla/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Dec 15 22:53:31 UTC 2019


    Date: Sunday, December 15, 2019 @ 22:53:31
  Author: arojas
Revision: 371552

Rebuild to move sip files to the new location

Modified:
  qscintilla/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-15 21:40:22 UTC (rev 371551)
+++ PKGBUILD	2019-12-15 22:53:31 UTC (rev 371552)
@@ -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 @@
     replaces=(python-qscintilla-qt5-common)
 
     cd QScintilla-${pkgver}/Python
-    make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+    make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
 }



More information about the arch-commits mailing list