summaryrefslogtreecommitdiff
path: root/community/kleansweep/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kleansweep/PKGBUILD')
-rw-r--r--community/kleansweep/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/kleansweep/PKGBUILD b/community/kleansweep/PKGBUILD
index af1a76b67..d3d763040 100644
--- a/community/kleansweep/PKGBUILD
+++ b/community/kleansweep/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 40230 2011-02-22 02:27:36Z stephane $
+# $Id: PKGBUILD 59212 2011-11-21 15:18:48Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Guillermo A. Amaral <me@guillermoamaral.com>
@@ -12,16 +12,16 @@ arch=(i686 x86_64 'mips64el')
depends=('kdelibs3' 'python')
makedepends=('scons')
options=('libtool')
-source=(http://linux-projects.net/d/kleansweep-$pkgver.tar.gz
+#source=(http://linux-projects.net/d/kleansweep-$pkgver.tar.gz
+source=(http://arch.p5n.pp.ru/~sergej/dl/2011/kleansweep-$pkgver.tar.gz
kubuntu_03_fix_scons_chmod_error.patch)
md5sums=('25fea364644590acd23fe766506e0b92'
'bebb833313fc184848b5fef77a7cb310')
-build()
-{
+build() {
cd $srcdir/$pkgname-$pkgver
[ $NOEXTRACT -eq 1 ] || patch -p1 <$srcdir/kubuntu_03_fix_scons_chmod_error.patch
[ $NOEXTRACT -eq 1 ] || ./configure
- scons
+ scons
scons install DESTDIR=$pkgdir
}