summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2019-07-13 21:23:53 +0200
committerNarrat2019-07-13 21:23:53 +0200
commite0b7e95786fba0e2e5d278a8727e3668bfcd508c (patch)
tree13e51f09ee89fdc62b2017b2a2b2c9a87c3bc6df
parentf62279ecf8f86c9c556e0e8f2a8d4802712bc434 (diff)
downloadaur-e0b7e95786fba0e2e5d278a8727e3668bfcd508c.tar.gz
SciTE: Update to 4.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 233af1999e81..bbd75bb20a5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.1.7
+ pkgver = 4.2.0
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/scite417.tgz
- sha256sums = 8fc0a4c615056440df553db00f9a20926935c4c5e5ce6d4671def20753834c96
+ source = https://www.scintilla.org/scite420.tgz
+ sha256sums = 2e0b95842bbc875a9224416fad3a9179ec329b3af2ca1abdd8e64c008068bb99
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index 9cb93cb2a259..4b81836f29b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.1.7
+pkgver=4.2.0
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=('8fc0a4c615056440df553db00f9a20926935c4c5e5ce6d4671def20753834c96')
+sha256sums=('2e0b95842bbc875a9224416fad3a9179ec329b3af2ca1abdd8e64c008068bb99')
build() {
GTK3=1 make -C "scintilla/gtk"