summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2019-04-19 19:05:24 +0200
committerNarrat2019-04-19 19:05:24 +0200
commit2abeab2c6383ec96529bd7f5bb55bad20a716e02 (patch)
treec4ba0ae8e832ce74b2a521212af4354902073700
parenta2198fe3f1f0f727a7b7f6ed902d785e038094c4 (diff)
downloadaur-2abeab2c6383ec96529bd7f5bb55bad20a716e02.tar.gz
SciTE: Update to 4.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62256efc1003..908f14075853 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.1.4
+ pkgver = 4.1.5
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/scite414.tgz
- sha256sums = 5c95fdf0d28df107ab574f2722fcd21e45bd063ea46ee2aba27baed356b424ca
+ source = https://www.scintilla.org/scite415.tgz
+ sha256sums = aa98ad3186325ef33bd548a94d6eb58c5612644f6994dd04036875bc84aa9c51
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index e31af8a001e7..99674086913e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.1.4
+pkgver=4.1.5
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=('5c95fdf0d28df107ab574f2722fcd21e45bd063ea46ee2aba27baed356b424ca')
+sha256sums=('aa98ad3186325ef33bd548a94d6eb58c5612644f6994dd04036875bc84aa9c51')
build() {
GTK3=1 make -C "scintilla/gtk"