summaryrefslogtreecommitdiff
path: root/community/scite/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/scite/PKGBUILD')
-rw-r--r--community/scite/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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 <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.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() {