diff options
author | root <root@rshg054.dnsready.net> | 2013-07-06 01:37:35 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-06 01:37:35 -0700 |
commit | f37cbd892db45b858a9a876c3aea2f007803b7e1 (patch) | |
tree | 33e5eaf8cd2ccbcc89e614172f86d60181924099 /community/scite | |
parent | 058f9788c1e4f2b1daac706848cb51fef22c8a5d (diff) |
Sat Jul 6 01:36:25 PDT 2013
Diffstat (limited to 'community/scite')
-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 f4e3a4b08..1bbd902dd 100644 --- a/community/scite/PKGBUILD +++ b/community/scite/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 88149 2013-04-12 13:59:38Z arodseth $ +# $Id: PKGBUILD 93570 2013-07-05 18:26:15Z 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.3.1 +pkgver=3.3.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=('96f1b74f728375e405a39f210b34dfabbbd2654b9c30ba886d8c3b4acbafc717') +sha256sums=('ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3') prepare() { if [ $?CXXBASEFLAGS == 1 ]; then |