summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2018-02-17 17:14:36 +0100
committerNarrat2018-02-17 17:14:36 +0100
commitf095c6f5439b3faa48b022954a518fe7894d4775 (patch)
tree3427ae3c4f5214c5af2586f581312f6b5499691b
parent80dd449ce3d4a6404c244396e95dbfd68b6dfa61 (diff)
downloadaur-f095c6f5439b3faa48b022954a518fe7894d4775.tar.gz
Scite: update to 4.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b08243bc609a..05c045a4db4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
- pkgver = 4.0.2
+ pkgver = 4.0.3
pkgrel = 1
url = http://www.scintilla.org/SciTE.html
arch = x86_64
license = custom:scite
depends = gtk3
backup = usr/share/scite/SciTEGlobal.properties
- source = http://downloads.sourceforge.net/sourceforge/scintilla/scite402.tgz
- sha256sums = 1f9bb8eccbaed77c110c30c0e6dbaac04b3f62b751a930192b133a7b6f0f29fb
+ source = http://downloads.sourceforge.net/sourceforge/scintilla/scite403.tgz
+ sha256sums = 72b54920ca8be1c6ec5e0f429dcfdb09282d921979d647973327dfd7ae54abde
pkgname = scite
diff --git a/PKGBUILD b/PKGBUILD
index 1eb75ca54050..194b182a8db2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
+# Maintainer: Lex Black <autumn-wind@web.de>
+# Contributor: Alexander F Rødseth <xyproto@archlinux.org>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Corrado 'bardo' Primier <corrado.primier@mail.polimi.it>
# Contributor: Jochem Kossen <j.kossen@home.nl>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=4.0.2
+pkgver=4.0.3
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=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
-sha256sums=('1f9bb8eccbaed77c110c30c0e6dbaac04b3f62b751a930192b133a7b6f0f29fb')
+sha256sums=('72b54920ca8be1c6ec5e0f429dcfdb09282d921979d647973327dfd7ae54abde')
build() {
GTK3=1 make -C "scintilla/gtk"