summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-03-06 20:56:13 +0100
committerNarrat2020-03-06 20:56:13 +0100
commitc52c8afe4bdb5a488e72dbe23e886ccf671a1ca6 (patch)
tree2785617902914a4750348838c404c64580c715bc
parentbd4b9ddb59786941efacf84266432f2af515d846 (diff)
downloadaur-c52c8afe4bdb5a488e72dbe23e886ccf671a1ca6.tar.gz
SciTE: update to 4.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdbe421f20d8..20ebc4cb8dfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.3.0
+ pkgver = 4.3.2
pkgrel = 1
url = http://www.scintilla.org/SciTE.html
arch = i686
@@ -8,8 +8,8 @@ pkgbase = scite
license = custom:scite
depends = gtk3
backup = usr/share/scite/SciTEGlobal.properties
- source = https://www.scintilla.org/scite430.tgz
- sha256sums = 6401a2c25f8c2a1e0c06279e2f022722374a6aaf37d0b0acebce1a103fafe589
+ source = https://www.scintilla.org/scite432.tgz
+ sha256sums = fb7d9d2899b9559b31beca6a695d5b271cc7a6461b218e4a961b4fcd320a798f
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index c5ffd2726cf5..13c8fd08a218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.3.0
+pkgver=4.3.2
pkgrel=1
pkgdesc='Editor with facilities for building and running programs'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ license=('custom:scite')
depends=('gtk3')
backup=('usr/share/scite/SciTEGlobal.properties')
source=("https://www.scintilla.org/${pkgname}${pkgver//./}.tgz")
-sha256sums=('6401a2c25f8c2a1e0c06279e2f022722374a6aaf37d0b0acebce1a103fafe589')
+sha256sums=('fb7d9d2899b9559b31beca6a695d5b271cc7a6461b218e4a961b4fcd320a798f')
build() {
GTK3=1 make -C "scintilla/gtk"