diff options
Diffstat (limited to 'community/dwdiff/PKGBUILD')
-rw-r--r-- | community/dwdiff/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dwdiff/PKGBUILD b/community/dwdiff/PKGBUILD index 31915b2a4..cb43d7cf8 100644 --- a/community/dwdiff/PKGBUILD +++ b/community/dwdiff/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 87045 2013-03-26 11:49:38Z foutrelis $ +# $Id: PKGBUILD 98737 2013-10-17 14:01:43Z andyrtr $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=dwdiff pkgver=2.0.4 -pkgrel=4 +pkgrel=5 pkgdesc="A front-end for the diff program that operates at the word level instead of the line level" arch=('i686' 'x86_64' 'mips64el') url="http://os.ghalkes.nl/dwdiff.html" @@ -14,7 +14,7 @@ md5sums=('1bb69cbfb76583f69c6912f925fc4cec') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr + ./configure --prefix=/usr --without-dwfilter make } |