summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2019-06-15 02:14:59 +0200
committerNarrat2019-06-15 02:14:59 +0200
commitf62279ecf8f86c9c556e0e8f2a8d4802712bc434 (patch)
tree948c7494c2a75ea4e757343972bc9e5f90fbb295 /PKGBUILD
parent2abeab2c6383ec96529bd7f5bb55bad20a716e02 (diff)
downloadaur-f62279ecf8f86c9c556e0e8f2a8d4802712bc434.tar.gz
SciTE: update to 4.1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99674086913e..9cb93cb2a259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.1.5
+pkgver=4.1.7
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=('aa98ad3186325ef33bd548a94d6eb58c5612644f6994dd04036875bc84aa9c51')
+sha256sums=('8fc0a4c615056440df553db00f9a20926935c4c5e5ce6d4671def20753834c96')
build() {
GTK3=1 make -C "scintilla/gtk"