git » qscintilla.git » commit dfb44e1

Update to 2.13.4

author Antonio Rojas
2023-01-28 17:07:06 UTC
committer Antonio Rojas
2023-01-28 17:07:06 UTC
parent beb40dba033e6a58dd73a857a38099655857c31d

Update to 2.13.4

PKGBUILD +6 -6

diff --git a/PKGBUILD b/PKGBUILD
index f11b634..30cc5e6 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.3
+pkgver=2.13.4
 pkgrel=1
 license=(GPL)
 arch=(x86_64)
-url="https://www.riverbankcomputing.com/software/qscintilla/intro"
+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=('711d28e37c8fccaa8229e8e39a5b3b2d97f3fffc63da10b71c71b84fa3649398')
+source=(https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla_src-$pkgver.tar.gz)
+sha256sums=('890c261f31e116f426b0ea03a136d44fc89551ebfd126d7b0bdf8a7197879986')
 
 build() {
   cp -r QScintilla_src-$pkgver{,-qt5}
@@ -70,7 +70,7 @@ package_qscintilla-qt5() {
 }
 
 package_python-qscintilla-qt5() {
-  pkgdesc="Python bindings for QScintilla2"
+  pkgdesc='Python bindings for QScintilla2'
   depends=(qscintilla-qt5 python-pyqt5)
   replaces=(python-qscintilla-qt5-common)
 
@@ -90,7 +90,7 @@ package_qscintilla-qt6() {
 }
 
 package_python-qscintilla-qt6() {
-  pkgdesc="Python bindings for QScintilla2"
+  pkgdesc='Python bindings for QScintilla2'
   depends=(qscintilla-qt6 python-pyqt6)
 
   cd QScintilla_src-$pkgver/Python/build