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

Antonio Rojas arojas at archlinux.org
Tue Dec 24 12:12:59 UTC 2019


    Date: Tuesday, December 24, 2019 @ 12:12:58
  Author: arojas
Revision: 372209

Install qscintilla api file

Modified:
  pyqtchart/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 12:11:52 UTC (rev 372208)
+++ PKGBUILD	2019-12-24 12:12:58 UTC (rev 372209)
@@ -4,7 +4,7 @@
 pkgbase=pyqtchart
 pkgname=(python-pyqtchart)
 pkgver=5.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python 3 bindings for QtCharts"
 arch=(x86_64)
 url="https://www.riverbankcomputing.com/software/pyqtchart/intro"
@@ -17,7 +17,8 @@
 build() {
   cd "$srcdir"/PyQtChart-$pkgver
   sip-build \
-    --no-make
+    --no-make \
+    --api-dir /usr/share/qt/qsci/api/python
   cd build
   make
 }



More information about the arch-commits mailing list