summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2018-09-12 23:30:06 +0200
committerNarrat2018-09-12 23:30:06 +0200
commitf7b26d81db6657feb8f31071ffcd27f7d6a71a31 (patch)
tree4749d34503a6686ef356808e17d4d040e515a6e0
parentb403016a9b45030a6e2f3495b6d0072b446615db (diff)
downloadaur-f7b26d81db6657feb8f31071ffcd27f7d6a71a31.tar.gz
Scite: update to 4.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c04a9e68b6c..09c62f5f733a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.1.0
+ pkgver = 4.1.1
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/scite410.tgz
- sha256sums = d1f9cf27b8d44b3d6bab179173a58cdfe76b44f84c8e74aeb85bf16c50148cf7
+ source = https://www.scintilla.org/scite411.tgz
+ sha256sums = d2a41fda8ca696e3fd6ea004840812311659f206989a45c4d9937292ffba7688
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index 71928146dd9d..41515a520080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.1.0
+pkgver=4.1.1
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=('d1f9cf27b8d44b3d6bab179173a58cdfe76b44f84c8e74aeb85bf16c50148cf7')
+sha256sums=('d2a41fda8ca696e3fd6ea004840812311659f206989a45c4d9937292ffba7688')
build() {
GTK3=1 make -C "scintilla/gtk"