summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2018-06-20 00:17:00 +0200
committerNarrat2018-06-20 00:17:00 +0200
commitabb0b15cdf76fad2b79163b035544b8f1fe0382c (patch)
treec3facdfc671b7dfa89760f6d98fbc7dd61d43d9e
parent845b0a2b99323758d22b45a3e31d113bfcfa679d (diff)
downloadaur-abb0b15cdf76fad2b79163b035544b8f1fe0382c.tar.gz
SciTE: update to 4.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa90b0943b5f..faf0ddf962be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.0.5
+ pkgver = 4.1.0
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/scite405.tgz
- sha256sums = 02a7658883210be0b6c9a113a1a4e75800cb68a7e495dd209cd31a94c4e42640
+ source = https://www.scintilla.org/scite410.tgz
+ sha256sums = d1f9cf27b8d44b3d6bab179173a58cdfe76b44f84c8e74aeb85bf16c50148cf7
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index 75ed5d508535..60067a1d78fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.0.5
+pkgver=4.1.0
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=('02a7658883210be0b6c9a113a1a4e75800cb68a7e495dd209cd31a94c4e42640')
+sha256sums=('d1f9cf27b8d44b3d6bab179173a58cdfe76b44f84c8e74aeb85bf16c50148cf7')
build() {
GTK3=1 make -C "scintilla/gtk"