Date: Monday, September 2, 2013 @ 11:38:58 Author: arodseth Revision: 96604
upgpkg: scite 3.3.5-1 Modified: scite/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-02 09:08:52 UTC (rev 96603) +++ PKGBUILD 2013-09-02 09:38:58 UTC (rev 96604) @@ -6,7 +6,7 @@ # Contributor: Daniel J Griffiths <[email protected]> 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 @@ 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 @@ } package() { - cd "$srcdir/$pkgname/gtk" + cd "$pkgname/gtk" make DESTDIR="$pkgdir" install install -Dm644 "$srcdir/$pkgname/License.txt" \
