summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-05-18 18:56:33 +0200
committerMichel Zou2022-05-18 18:56:33 +0200
commitd865045cbc0ecaba538c94b3e9fdcebeb93490d3 (patch)
tree04f6123d59a86eb287326700c6ad40ed23a1bb93
parentdaf2d5eae3288c8f94f9ed34326bd09895b50c45 (diff)
downloadaur-d865045cbc0ecaba538c94b3e9fdcebeb93490d3.tar.gz
2.13.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bae2694de56e..3f90adc4fe16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qscintilla-qt5
pkgdesc = A port to Qt5 of Neil Hodgson's Scintilla C++ editor class (mingw-w64)
- pkgver = 2.13.0
+ pkgver = 2.13.3
pkgrel = 1
url = http://www.riverbankcomputing.co.uk/software/qscintilla/intro
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-qscintilla-qt5
options = !buildflags
options = !strip
options = staticlibs
- source = https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.13.0/QScintilla_src-2.13.0.tar.gz
- sha256sums = 05116938bedfceb2953d3c24f862e1ab4d68ba7845f135d1d7aa1086595449b2
+ source = https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.13.3/QScintilla_src-2.13.3.tar.gz
+ sha256sums = 711d28e37c8fccaa8229e8e39a5b3b2d97f3fffc63da10b71c71b84fa3649398
pkgname = mingw-w64-qscintilla-qt5
diff --git a/PKGBUILD b/PKGBUILD
index f06b837869e2..3c5fa9a2868b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-qscintilla-qt5
-pkgver=2.13.0
+pkgver=2.13.3
pkgrel=1
pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class (mingw-w64)"
license=('GPL')
@@ -9,7 +9,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla_src-$pkgver.tar.gz")
-sha256sums=('05116938bedfceb2953d3c24f862e1ab4d68ba7845f135d1d7aa1086595449b2')
+sha256sums=('711d28e37c8fccaa8229e8e39a5b3b2d97f3fffc63da10b71c71b84fa3649398')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"