From ce34930a04e783323d0a92208729b9e5fa1994c5 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 29 Dec 2013 03:37:35 +0000 Subject: Sun Dec 29 03:35:02 UTC 2013 --- community/scite/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/scite/PKGBUILD') diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD index 9a29bc5e1..1e1c5cd5e 100644 --- a/community/scite/PKGBUILD +++ b/community/scite/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 99178 2013-10-25 10:00:48Z arodseth $ +# $Id: PKGBUILD 103181 2013-12-28 19:39:48Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Thomas S Hatch # Contributor: Corrado 'bardo' Primier @@ -6,7 +6,7 @@ # Contributor: Daniel J Griffiths pkgname=scite -pkgver=3.3.6 +pkgver=3.3.7 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=('9f3f9c9867e93af37af7a59e962aad76897c9e816c683c03e922baed6be506a5') +sha256sums=('ad094de779572a5c1bb0f2c590acc05a8706fc2f8c8e9ba7d4d98182bb37f174') prepare() { if [ $?CXXBASEFLAGS == 1 ]; then @@ -32,8 +32,8 @@ prepare() { } build() { - make -C "$srcdir/scintilla/gtk" - make -C "$srcdir/$pkgname/gtk" + make -C "scintilla/gtk" + make -C "$pkgname/gtk" } package() { -- cgit v1.2.3-54-g00ecf