git » qscintilla.git » commit ff28d39

Update to 2.13.2

author Antonio Rojas
2022-03-22 20:59:00 UTC
committer Antonio Rojas
2022-03-22 20:59:00 UTC
parent f9bb7700c99fa798ba9ac370d14a254f85e6b86e

Update to 2.13.2

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index f756fa6..4c72633 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.1
-pkgrel=3
+pkgver=2.13.2
+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=('800e3d2071a96bcccd7581346af0d2fe28fc30cd68530cb8302685d013afd54a')
+sha256sums=('b6c7e5f27b51d25f09fe6cf84ae9a7f0876af0d65d8ccb551109e6e7b25885f4')
 
 build() {
   cp -r QScintilla_src-$pkgver{,-qt5}