summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-01-22 20:47:03 +0100
committerNarrat2020-01-22 20:47:03 +0100
commitbd4b9ddb59786941efacf84266432f2af515d846 (patch)
treebb68f99522560c73269d082e9fc3c9f4dd000095
parentdf22ffb1bf1bce9b9c9711698c608119b20507b5 (diff)
downloadaur-bd4b9ddb59786941efacf84266432f2af515d846.tar.gz
SciTE: update to 4.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d24f2962c58f..cdbe421f20d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.2.3
+ pkgver = 4.3.0
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/scite423.tgz
- sha256sums = 7bd651008afe7fb7e2d0cbd28fd8f75803c64b5558f56aa68b035b3f994900b6
+ source = https://www.scintilla.org/scite430.tgz
+ sha256sums = 6401a2c25f8c2a1e0c06279e2f022722374a6aaf37d0b0acebce1a103fafe589
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index e7830ad1484c..c5ffd2726cf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.2.3
+pkgver=4.3.0
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=('7bd651008afe7fb7e2d0cbd28fd8f75803c64b5558f56aa68b035b3f994900b6')
+sha256sums=('6401a2c25f8c2a1e0c06279e2f022722374a6aaf37d0b0acebce1a103fafe589')
build() {
GTK3=1 make -C "scintilla/gtk"