git » qscintilla.git » commit 48fae8f

Update to 2.13.0

author Antonio Rojas
2021-06-29 15:19:23 UTC
committer Antonio Rojas
2021-06-29 15:19:23 UTC
parent e4647a2cbc54bef221023fa80f12b406f8ed4f77

Update to 2.13.0

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index b94095b..eca69dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
 
 pkgbase=qscintilla
 pkgname=(qscintilla-qt5 python-qscintilla-qt5 qscintilla-qt6 python-qscintilla-qt6)
-pkgver=2.12.1
+pkgver=2.13.0
 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=('a7331c44b5d7320cbf58cb2382c38857e9e9f4fa52c405bd7776c8b6649836c2')
+sha256sums=('05116938bedfceb2953d3c24f862e1ab4d68ba7845f135d1d7aa1086595449b2')
 
 build() {
   cp -r QScintilla_src-$pkgver{,-qt5}