[arch-commits] Commit in scite/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Sat Dec 28 19:39:39 UTC 2013
Date: Saturday, December 28, 2013 @ 20:39:39
Author: arodseth
Revision: 103180
upgpkg: scite 3.3.7-1
Modified:
scite/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-28 19:06:24 UTC (rev 103179)
+++ PKGBUILD 2013-12-28 19:39:39 UTC (rev 103180)
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227 at 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 @@
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 @@
}
build() {
- make -C "$srcdir/scintilla/gtk"
- make -C "$srcdir/$pkgname/gtk"
+ make -C "scintilla/gtk"
+ make -C "$pkgname/gtk"
}
package() {
More information about the arch-commits
mailing list