summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2019-01-11 02:07:26 +0100
committerNarrat2019-01-11 02:07:26 +0100
commitbefc597d798cb260a5c2718ec9b8dec4afe64b85 (patch)
tree8a827932ee2f295789dbbe8722f5edd9f5134396
parent1bd77dfb759ade5cab1d3d3d2c7f0c2660c42dc2 (diff)
downloadaur-befc597d798cb260a5c2718ec9b8dec4afe64b85.tar.gz
SciTE: Update to 4.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 771c26d1576e..35ca094282ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.1.2
+ pkgver = 4.1.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/scite412.tgz
- sha256sums = 01eceecb4cfe80415bd1488900ada32340850cf3bba80f25f004da4811e3fcc8
+ source = https://www.scintilla.org/scite413.tgz
+ sha256sums = 063465d9d46d4f142b48e1adbb675a9f198094d9a35a47af44a15e4512d00c85
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index 4d15acc21843..002d8a9697d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.1.2
+pkgver=4.1.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=('01eceecb4cfe80415bd1488900ada32340850cf3bba80f25f004da4811e3fcc8')
+sha256sums=('063465d9d46d4f142b48e1adbb675a9f198094d9a35a47af44a15e4512d00c85')
build() {
GTK3=1 make -C "scintilla/gtk"