git » qscintilla.git » commit 78334f0

Update to 2.14.0

author Antonio Rojas
2023-05-01 16:45:08 UTC
committer Antonio Rojas
2023-05-01 16:45:08 UTC
parent 0f6bb8c26a380eed0d48935efac5ae6265fd3ec5

Update to 2.14.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index bb8aa16..5969eba 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.4
-pkgrel=2
+pkgver=2.14.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=('890c261f31e116f426b0ea03a136d44fc89551ebfd126d7b0bdf8a7197879986')
+sha256sums=('449353928340300804c47b3785c3e62096f918a723d5eed8a5439764e6507f4c')
 
 build() {
   cp -r QScintilla_src-$pkgver{,-qt5}