summaryrefslogtreecommitdiff
path: root/community/scite
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-03 01:52:27 -0700
committerroot <root@rshg054.dnsready.net>2013-09-03 01:52:27 -0700
commit3aa73e2018f321c9ccff8eca801b1c2fa9f18fa8 (patch)
tree961d6e0475cac3875e6a31b558861367da0c93d8 /community/scite
parent53939c2b159d972c48fc2f3652408632c71be77b (diff)
Tue Sep 3 01:50:53 PDT 2013
Diffstat (limited to 'community/scite')
-rw-r--r--community/scite/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD
index 1bbd902dd..327c0f071 100644
--- a/community/scite/PKGBUILD
+++ b/community/scite/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 93570 2013-07-05 18:26:15Z arodseth $
+# $Id: PKGBUILD 96605 2013-09-02 09:39:10Z 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.3
+pkgver=3.3.5
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=('ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3')
+sha256sums=('5acd167046afe7dfa280c034ab9c7dc5d1be1d548e4999c2456fb2a61468fa89')
prepare() {
if [ $?CXXBASEFLAGS == 1 ]; then
@@ -37,7 +37,7 @@ build() {
}
package() {
- cd "$srcdir/$pkgname/gtk"
+ cd "$pkgname/gtk"
make DESTDIR="$pkgdir" install
install -Dm644 "$srcdir/$pkgname/License.txt" \