summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2019-11-08 10:38:03 +0100
committerNarrat2019-11-08 10:38:03 +0100
commit3a8ab8db5167e97637b622169a6e14d745d1d3ec (patch)
tree434a360c9c043d37ef0f5dfa0b14480b8912c78d
parente0b7e95786fba0e2e5d278a8727e3668bfcd508c (diff)
downloadaur-3a8ab8db5167e97637b622169a6e14d745d1d3ec.tar.gz
SciTE: Update to 4.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbd75bb20a5d..3f1239653538 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.2.0
+ pkgver = 4.2.1
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/scite420.tgz
- sha256sums = 2e0b95842bbc875a9224416fad3a9179ec329b3af2ca1abdd8e64c008068bb99
+ source = https://www.scintilla.org/scite421.tgz
+ sha256sums = aa730db55db1edb5d1a9ef0da3411524aba52edb6eccd6997fbf0f0f0ce0fdf3
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index 4b81836f29b6..ce586be7f51b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.2.0
+pkgver=4.2.1
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=('2e0b95842bbc875a9224416fad3a9179ec329b3af2ca1abdd8e64c008068bb99')
+sha256sums=('aa730db55db1edb5d1a9ef0da3411524aba52edb6eccd6997fbf0f0f0ce0fdf3')
build() {
GTK3=1 make -C "scintilla/gtk"