git » qscintilla.git » commit 79b9d6f

Update to 2.13.1

author Antonio Rojas
2021-10-19 12:17:32 UTC
committer Antonio Rojas
2021-10-19 12:17:32 UTC
parent 48fae8fcc226355d34fa1e9d239d0e92097d5b9c

Update to 2.13.1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index eca69dc..5d67684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
 
 pkgbase=qscintilla
 pkgname=(qscintilla-qt5 python-qscintilla-qt5 qscintilla-qt6 python-qscintilla-qt6)
-pkgver=2.13.0
+pkgver=2.13.1
 pkgrel=1
 license=(GPL)
 arch=(x86_64)
 url="https://www.riverbankcomputing.com/software/qscintilla/intro"
 makedepends=(python-pyqt5 qt5-tools python-pyqt6 qt6-tools sip pyqt-builder)
 source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla_src-$pkgver.tar.gz")
-sha256sums=('05116938bedfceb2953d3c24f862e1ab4d68ba7845f135d1d7aa1086595449b2')
+sha256sums=('800e3d2071a96bcccd7581346af0d2fe28fc30cd68530cb8302685d013afd54a')
 
 build() {
   cp -r QScintilla_src-$pkgver{,-qt5}