Date: Wednesday, October 16, 2013 @ 17:18:55
  Author: bpiotrowski
Revision: 98660

upgpkg: dwdiff 2.0.4-5

- rebuild against icu 52.1

Modified:
  dwdiff/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-16 15:07:28 UTC (rev 98659)
+++ PKGBUILD    2013-10-16 15:18:55 UTC (rev 98660)
@@ -3,7 +3,7 @@
 
 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 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --without-dwfilter
   make
 }
 

Reply via email to