summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2018-10-03 12:47:36 +0200
committerStephan Springer2018-10-03 12:47:36 +0200
commitd79f7fc3a82a1f8a8aad5afb2baa75ef864cd63a (patch)
tree7c6ffa37a5d99ce3012b7ecd651ecf9df2d5f200
parent70ae5797687984399aa8d11f322765f708692fb9 (diff)
downloadaur-d79f7fc3a82a1f8a8aad5afb2baa75ef864cd63a.tar.gz
update to 2.10.8
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8bead661da2..8316bfb4c5eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = qscintilla-qt4
- pkgver = 2.10.7
+ pkgver = 2.10.8
pkgrel = 4
url = http://www.riverbankcomputing.co.uk/software/qscintilla/intro
arch = x86_64
@@ -8,13 +8,13 @@ pkgbase = qscintilla-qt4
makedepends = python-pyqt4
makedepends = python2-pyqt4
options = !buildflags
- source = http://downloads.sourceforge.net/pyqt/QScintilla_gpl-2.10.7.tar.gz
- sha256sums = 670458de71dd4205e92d8f3b7bad9f667afece925703cde9df6d04bc23331a1a
+ source = http://downloads.sourceforge.net/pyqt/QScintilla_gpl-2.10.8.tar.gz
+ sha256sums = 46cd5b4e609ca5e13130ba8cc7028d44fd1dc5b037f97c492899006ed0c992eb
pkgname = qscintilla-qt4
pkgdesc = A port to Qt4 of Neil Hodgson's Scintilla C++ editor class
depends = qt4
- provides = qscintilla=2.10.7
+ provides = qscintilla=2.10.8
conflicts = qscintilla<2.9.1
replaces = qscintilla<2.9.1
@@ -22,7 +22,7 @@ pkgname = python-qscintilla-qt4
pkgdesc = Python 3.x bindings for QScintilla2
depends = python-qscintilla-qt4-common
depends = python-pyqt4
- provides = python-qscintilla=2.10.7
+ provides = python-qscintilla=2.10.8
conflicts = python-qscintilla<2.9.1
replaces = python-qscintilla<2.9.1
@@ -30,14 +30,14 @@ pkgname = python2-qscintilla-qt4
pkgdesc = Python 2.x bindings for QScintilla2
depends = python-qscintilla-qt4-common
depends = python2-pyqt4
- provides = python2-qscintilla=2.10.7
+ provides = python2-qscintilla=2.10.8
conflicts = python2-qscintilla<2.9.1
replaces = python2-qscintilla<2.9.1
pkgname = python-qscintilla-qt4-common
pkgdesc = Common python qscintilla bindings files shared between python-qscintilla-qt4 and python2-qscintilla-qt4
depends = qscintilla-qt4
- provides = python-qscintilla-common=2.10.7
+ provides = python-qscintilla-common=2.10.8
conflicts = python-qscintilla-common<2.9.1
replaces = python-qscintilla-common<2.9.1
diff --git a/PKGBUILD b/PKGBUILD
index 290a3bc7c6a0..a7ab2d286071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=qscintilla-qt4
pkgname=('qscintilla-qt4' 'python-qscintilla-qt4' 'python2-qscintilla-qt4'
'python-qscintilla-qt4-common')
-pkgver=2.10.7
+pkgver=2.10.8
pkgrel=4
license=('GPL')
arch=('x86_64')
@@ -14,7 +14,7 @@ url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"
makedepends=('qt4' 'python-pyqt4' 'python2-pyqt4')
options=('!buildflags') # Fix Qt Designer plugin
source=("http://downloads.sourceforge.net/pyqt/QScintilla_gpl-${pkgver}.tar.gz")
-sha256sums=('670458de71dd4205e92d8f3b7bad9f667afece925703cde9df6d04bc23331a1a')
+sha256sums=('46cd5b4e609ca5e13130ba8cc7028d44fd1dc5b037f97c492899006ed0c992eb')
prepare() {
cp -a QScintilla_gpl-${pkgver}{,-qt4}