git » qscintilla.git » commit 4f4df34

Update to 2.11.6

author Antonio Rojas
2020-12-02 19:53:15 UTC
committer Antonio Rojas
2020-12-02 19:53:15 UTC
parent 8a5cc5a2d9b930b5602d493ef95c2de4961373d5

Update to 2.11.6

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 9177b2f..85cac30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
 
 pkgbase=qscintilla
 pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
-pkgver=2.11.5
-pkgrel=3
+pkgver=2.11.6
+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")
-sha256sums=('9361e26fd7fb7b5819a7eb92c5c1880a18de9bd3ed9dd2eb008e57388696716b')
+sha256sums=('e7346057db47d2fb384467fafccfcb13aa0741373c5d593bc72b55b2f0dd20a7')
 
 build() {
   cd QScintilla-${pkgver}