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

Antonio Rojas arojas at archlinux.org
Wed Jun 10 12:34:13 UTC 2020


    Date: Wednesday, June 10, 2020 @ 12:34:12
  Author: arojas
Revision: 388744

Update to 2.11.5

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 12:22:52 UTC (rev 388743)
+++ PKGBUILD	2020-06-10 12:34:12 UTC (rev 388744)
@@ -5,22 +5,15 @@
 
 pkgbase=qscintilla
 pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
-pkgver=2.11.4
-pkgrel=3
+pkgver=2.11.5
+pkgrel=1
 license=('GPL')
 arch=('x86_64')
 url="https://www.riverbankcomputing.com/software/qscintilla/intro"
 makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz"
-         qscintilla-sip-5.3.patch)
-sha256sums=('723f8f1d1686d9fc8f204cd855347e984322dd5cd727891d324d0d7d187bee20'
-            '917b57158deaf83682d8d383a2295e46c5510a629de8f3df775b941f3ab8b023')
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz")
+sha256sums=('9361e26fd7fb7b5819a7eb92c5c1880a18de9bd3ed9dd2eb008e57388696716b')
 
-prepare() {
-  cd QScintilla-$pkgver
-  patch -p1 -i ../qscintilla-sip-5.3.patch # Fix build with sip 5.3
-}
-
 build() {
   cd QScintilla-${pkgver}
   export QMAKEFEATURES=$PWD/Qt4Qt5/features/



More information about the arch-commits mailing list