summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-05-03 00:29:30 +0200
committerNarrat2020-05-03 00:29:30 +0200
commitdbe6ea89c1f944c21c58fba433c3f9b6b47cdd67 (patch)
treef8b50a0ea5c543e17d863a8be1324cbd9732699d
parentc52c8afe4bdb5a488e72dbe23e886ccf671a1ca6 (diff)
downloadaur-dbe6ea89c1f944c21c58fba433c3f9b6b47cdd67.tar.gz
SciTE: update to 4.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20ebc4cb8dfd..53ba17cd12a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.3.2
+ pkgver = 4.3.3
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/scite432.tgz
- sha256sums = fb7d9d2899b9559b31beca6a695d5b271cc7a6461b218e4a961b4fcd320a798f
+ source = https://www.scintilla.org/scite433.tgz
+ sha256sums = 134b5e90d1e9adb7fdacbf66821252e690a828805be6a7e2746c4917198b346f
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index 13c8fd08a218..42d3a5a72d03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.3.2
+pkgver=4.3.3
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=('fb7d9d2899b9559b31beca6a695d5b271cc7a6461b218e4a961b4fcd320a798f')
+sha256sums=('134b5e90d1e9adb7fdacbf66821252e690a828805be6a7e2746c4917198b346f')
build() {
GTK3=1 make -C "scintilla/gtk"