summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2019-12-11 23:59:19 +0100
committerNarrat2019-12-11 23:59:19 +0100
commitdf22ffb1bf1bce9b9c9711698c608119b20507b5 (patch)
treed2fea301cdcf3cda00d69db6e5c62d7e857ac99e
parent3a8ab8db5167e97637b622169a6e14d745d1d3ec (diff)
downloadaur-df22ffb1bf1bce9b9c9711698c608119b20507b5.tar.gz
SciTE: update to 4.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f1239653538..d24f2962c58f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.2.1
+ pkgver = 4.2.3
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/scite421.tgz
- sha256sums = aa730db55db1edb5d1a9ef0da3411524aba52edb6eccd6997fbf0f0f0ce0fdf3
+ source = https://www.scintilla.org/scite423.tgz
+ sha256sums = 7bd651008afe7fb7e2d0cbd28fd8f75803c64b5558f56aa68b035b3f994900b6
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index ce586be7f51b..e7830ad1484c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.2.1
+pkgver=4.2.3
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=('aa730db55db1edb5d1a9ef0da3411524aba52edb6eccd6997fbf0f0f0ce0fdf3')
+sha256sums=('7bd651008afe7fb7e2d0cbd28fd8f75803c64b5558f56aa68b035b3f994900b6')
build() {
GTK3=1 make -C "scintilla/gtk"