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

Antonio Rojas arojas at archlinux.org
Sun Nov 3 18:35:35 UTC 2019


    Date: Sunday, November 3, 2019 @ 18:35:35
  Author: arojas
Revision: 366555

Update to 2.11.3

Modified:
  qscintilla/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 18:31:11 UTC (rev 366554)
+++ PKGBUILD	2019-11-03 18:35:35 UTC (rev 366555)
@@ -5,18 +5,18 @@
 pkgbase=qscintilla
 pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
          'python-qscintilla-qt5-common')
-pkgver=2.11.2
-pkgrel=2
+pkgver=2.11.3
+pkgrel=1
 license=('GPL')
 arch=('x86_64')
 url="https://www.riverbankcomputing.com/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/$pkgver/QScintilla_gpl-$pkgver.tar.gz")
-sha256sums=('029bdc476a069fda2cea3cd937ba19cc7fa614fb90578caef98ed703b658f4a1')
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz")
+sha256sums=('cfadbb7f32fb8a9404fbe5db0ad14ac02229ebdf30a519141236080236ae2dd6')
 
 build() {
-    cd "$srcdir"/QScintilla_gpl-${pkgver}
+    cd "$srcdir"/QScintilla-${pkgver}
     export QMAKEFEATURES=$PWD/Qt4Qt5/features/
 
     cd Qt4Qt5
@@ -42,7 +42,7 @@
     pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
     depends=('qt5-base')
 
-    cd QScintilla_gpl-${pkgver}/Qt4Qt5
+    cd QScintilla-${pkgver}/Qt4Qt5
     make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
 
     cd ../designer-Qt4Qt5
@@ -53,7 +53,7 @@
     pkgdesc="Common python qscintilla bindings files shared between python-qscintilla-qt5 and python2-qscintilla-qt5"
     depends=('qscintilla-qt5')
 
-    cd QScintilla_gpl-${pkgver}/Python
+    cd QScintilla-${pkgver}/Python
     make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
 
     # Provided by python-qscintilla
@@ -64,7 +64,7 @@
     pkgdesc="Python 3.x bindings for QScintilla2"
     depends=('python-qscintilla-qt5-common' 'python-pyqt5')
 
-    cd QScintilla_gpl-${pkgver}/Python
+    cd QScintilla-${pkgver}/Python
     make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
 
     # Provided by python-qscintilla-common
@@ -75,7 +75,7 @@
     pkgdesc="Python 2.x bindings for QScintilla2"
     depends=('python-qscintilla-qt5-common' 'python2-pyqt5')
 
-    cd QScintilla_gpl-${pkgver}/Python2
+    cd QScintilla-${pkgver}/Python2
     make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
 
     # Provided by python-qscintilla



More information about the arch-commits mailing list