summaryrefslogtreecommitdiff
path: root/community/dwdiff
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-18 01:09:28 -0700
committerroot <root@rshg054.dnsready.net>2013-10-18 01:09:28 -0700
commitcc1dbaab9d968ae5ace1956c3662b8b492694800 (patch)
treeda9b8d35950f63d7a68e4d4e5938715e1f0f5cdb /community/dwdiff
parentc72dc5de577922ea7f6002cdabcfac1576eae211 (diff)
Fri Oct 18 01:09:01 PDT 2013
Diffstat (limited to 'community/dwdiff')
-rw-r--r--community/dwdiff/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dwdiff/PKGBUILD b/community/dwdiff/PKGBUILD
index 9ab3bf69e..6350f5fb7 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')
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
}