summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2018-05-14 00:11:44 +0200
committerNarrat2018-05-14 00:11:44 +0200
commit845b0a2b99323758d22b45a3e31d113bfcfa679d (patch)
tree09b22b82c0d17aa5bfdf980cd24acad07b96f371
parent3d4bb6173f6cc3775e9124703ad20a910bb2d4b6 (diff)
downloadaur-845b0a2b99323758d22b45a3e31d113bfcfa679d.tar.gz
SciTE: Update to 4.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 810b960fa9f1..aa90b0943b5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.0.4
+ pkgver = 4.0.5
pkgrel = 1
url = http://www.scintilla.org/SciTE.html
arch = x86_64
license = custom:scite
depends = gtk3
backup = usr/share/scite/SciTEGlobal.properties
- source = https://www.scintilla.org/scite404.tgz
- sha256sums = c27d3d6eb0a333f86d32b801c52ff6a408e23e13adc9b894c29019152bb18d66
+ source = https://www.scintilla.org/scite405.tgz
+ sha256sums = 02a7658883210be0b6c9a113a1a4e75800cb68a7e495dd209cd31a94c4e42640
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index 520c21c95844..75ed5d508535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.0.4
+pkgver=4.0.5
pkgrel=1
pkgdesc='Editor with facilities for building and running programs'
arch=('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=('c27d3d6eb0a333f86d32b801c52ff6a408e23e13adc9b894c29019152bb18d66')
+sha256sums=('02a7658883210be0b6c9a113a1a4e75800cb68a7e495dd209cd31a94c4e42640')
build() {
GTK3=1 make -C "scintilla/gtk"