diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-08 03:36:18 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-08 03:36:18 +0000 |
commit | e3d67b3b2c7235fa6db9787b951bbdfcf568d8bc (patch) | |
tree | e19b439a4c0d63b14de6dfe298cb574ab44a0c87 /community/scite/PKGBUILD | |
parent | 6b55be9272c15e1858a1a7236482298f677c1a3b (diff) |
Sun Jun 8 03:32:09 UTC 2014
Diffstat (limited to 'community/scite/PKGBUILD')
-rw-r--r-- | community/scite/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD index 79081382e..4ba0d36d7 100644 --- a/community/scite/PKGBUILD +++ b/community/scite/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 111978 2014-05-27 11:55:39Z arodseth $ +# $Id: PKGBUILD 112758 2014-06-06 11:51:43Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Thomas S Hatch <thatch45@gmail.com> # Contributor: Corrado 'bardo' Primier <corrado.primier@mail.polimi.it> @@ -6,7 +6,7 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=scite -pkgver=3.4.2 +pkgver=3.4.3 pkgrel=1 pkgdesc='Editor with facilities for building and running programs' arch=('x86_64' 'i686') @@ -17,7 +17,7 @@ makedepends=('setconf') backup=('usr/share/scite/SciTEGlobal.properties') install="$pkgname.install" source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz") -sha256sums=('eebaa57322167f94010e44adbc44b9efeefd1f164fce10bceca363a14fc5d261') +sha256sums=('8bad6e1241aba32001f8bbf6dfb368756a2c3e44dc96d712849a7de6f7540f23') prepare() { if [ $?CXXBASEFLAGS == 1 ]; then |