git » qscintilla.git » commit a1bb494

Update to 2.10.8, install dist files

author Antonio Rojas
2018-10-03 11:35:50 UTC
committer Antonio Rojas
2018-10-03 11:35:50 UTC
parent 618296b77f7d1874b4ecb84f3fa6cdbb65640b02

Update to 2.10.8, install dist files

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index 620dcb0..8696ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
 pkgbase=qscintilla
 pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
          'python-qscintilla-qt5-common')
-pkgver=2.10.7
-pkgrel=3
+pkgver=2.10.8
+pkgrel=1
 license=('GPL')
 arch=('x86_64')
 url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"
 makedepends=('python-pyqt5' 'python2-pyqt5' 'qt5-tools' 'sip')
 options=('!buildflags') # Fix Qt Designer plugin
 source=("http://downloads.sourceforge.net/pyqt/QScintilla_gpl-${pkgver}.tar.gz")
-sha256sums=('670458de71dd4205e92d8f3b7bad9f667afece925703cde9df6d04bc23331a1a')
+sha256sums=('46cd5b4e609ca5e13130ba8cc7028d44fd1dc5b037f97c492899006ed0c992eb')
 
 build() {
     cd "$srcdir"/QScintilla_gpl-${pkgver}
@@ -30,11 +30,11 @@ build() {
     cd ../
     cp -rf Python Python2
     cd Python
-    python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt5 --no-dist-info
+    python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt5
     make
 
     cd ../Python2
-    python2 configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt5  --no-dist-info
+    python2 configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt5
     make
 }