[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2020-12-19 Thread Felix Yan via arch-commits
Date: Saturday, December 19, 2020 @ 10:46:02
  Author: felixonmars
Revision: 779939

upgpkg: dwdiff 2.1.3-2: icu 68.2 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 10:45:16 UTC (rev 779938)
+++ PKGBUILD2020-12-19 10:46:02 UTC (rev 779939)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('x86_64')
 url="https://os.ghalkes.nl/dwdiff.html;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD icu68.patch)

2020-12-19 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 19, 2020 @ 10:45:16
  Author: foutrelis
Revision: 779938

Fix build with ICU 68 (patch from FreeBSD)

Added:
  dwdiff/trunk/icu68.patch
Modified:
  dwdiff/trunk/PKGBUILD

-+
 PKGBUILD|   11 +--
 icu68.patch |   26 ++
 2 files changed, 35 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 10:43:08 UTC (rev 779937)
+++ PKGBUILD2020-12-19 10:45:16 UTC (rev 779938)
@@ -9,9 +9,16 @@
 url="https://os.ghalkes.nl/dwdiff.html;
 depends=('diffutils' 'icu')
 license=('GPL')
-source=("https://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('211ddbfaa2e6fcc85d5c88b5141c62a22a13ed0fecffc22fe6dded07e4cf2382')
+source=("https://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2;
+icu68.patch)
+sha256sums=('211ddbfaa2e6fcc85d5c88b5141c62a22a13ed0fecffc22fe6dded07e4cf2382'
+'b4248cedec5eec8ff280244e41c3450d302a47e50ec126b4dfdd91d7131dd941')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np0 -i ../icu68.patch
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --without-dwfilter

Added: icu68.patch
===
--- icu68.patch (rev 0)
+++ icu68.patch 2020-12-19 10:45:16 UTC (rev 779938)
@@ -0,0 +1,26 @@
+Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
+
+In file included from src/unicode.c:21:
+src/definitions.h:48:15: error: expected identifier
+typedef enum {false, true} bool;
+  ^
+/usr/include/stdbool.h:36:15: note: expanded from macro 'false'
+#define false   0
+^
+
+--- src/definitions.h.orig 2020-07-18 06:57:36 UTC
 src/definitions.h
+@@ -43,13 +43,7 @@
+ 
+ /* Misc definitions */
+ /* Define a bool type if not already defined (C++ and C99 do)*/
+-#if !(defined(__cplusplus) || (defined(__STDC_VERSION__) && __STDC_VERSION__ 
>= 19990601L))
+-/*@-incondefs@*/
+-typedef enum {false, true} bool;
+-/*@+incondefs@*/
+-#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 19990601L
+ #include 
+-#endif
+ 
+ /* Configuration definitions */
+ #ifndef NO_STRDUP


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2020-08-22 Thread Kyle Keen via arch-commits
Date: Saturday, August 22, 2020 @ 10:12:38
  Author: kkeen
Revision: 686693

upgpkg: dwdiff 2.1.3-1

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-22 10:07:19 UTC (rev 686692)
+++ PKGBUILD2020-08-22 10:12:38 UTC (rev 686693)
@@ -2,8 +2,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=dwdiff
-pkgver=2.1.2
-pkgrel=4
+pkgver=2.1.3
+pkgrel=1
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('x86_64')
 url="https://os.ghalkes.nl/dwdiff.html;
@@ -10,7 +10,7 @@
 depends=('diffutils' 'icu')
 license=('GPL')
 source=("https://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('3201fd459164ebbb538a0b21ce17d955f2fa3babe37367b2e92f7f912cfac692')
+sha256sums=('211ddbfaa2e6fcc85d5c88b5141c62a22a13ed0fecffc22fe6dded07e4cf2382')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2020-04-27 Thread Evangelos Foutras via arch-commits
Date: Monday, April 27, 2020 @ 15:45:10
  Author: foutrelis
Revision: 621904

icu 67.1 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 15:44:46 UTC (rev 621903)
+++ PKGBUILD2020-04-27 15:45:10 UTC (rev 621904)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('x86_64')
 url="https://os.ghalkes.nl/dwdiff.html;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2019-11-11 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 12, 2019 @ 02:21:27
  Author: foutrelis
Revision: 526925

icu 65.1 / poppler 0.82.0 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 02:20:57 UTC (rev 526924)
+++ PKGBUILD2019-11-12 02:21:27 UTC (rev 526925)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('x86_64')
 url="https://os.ghalkes.nl/dwdiff.html;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2019-05-30 Thread Antonio Rojas via arch-commits
Date: Thursday, May 30, 2019 @ 21:21:41
  Author: arojas
Revision: 475292

https

Modified:
  dwdiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 21:21:40 UTC (rev 475291)
+++ PKGBUILD2019-05-30 21:21:41 UTC (rev 475292)
@@ -6,10 +6,10 @@
 pkgrel=2
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('x86_64')
-url="http://os.ghalkes.nl/dwdiff.html;
+url="https://os.ghalkes.nl/dwdiff.html;
 depends=('diffutils' 'icu')
 license=('GPL')
-source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2;)
+source=("https://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2;)
 sha256sums=('3201fd459164ebbb538a0b21ce17d955f2fa3babe37367b2e92f7f912cfac692')
 
 build() {


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 13:44:58
  Author: felixonmars
Revision: 449819

icu 64.1 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 13:42:55 UTC (rev 449818)
+++ PKGBUILD2019-04-05 13:44:58 UTC (rev 449819)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('x86_64')
 url="http://os.ghalkes.nl/dwdiff.html;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2018-12-14 Thread Kyle Keen via arch-commits
Date: Saturday, December 15, 2018 @ 00:55:10
  Author: kkeen
Revision: 416311

upgpkg: dwdiff 2.1.2-1

Modified:
  dwdiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 00:30:06 UTC (rev 416310)
+++ PKGBUILD2018-12-15 00:55:10 UTC (rev 416311)
@@ -1,8 +1,9 @@
-# Maintainer: Sergej Pupykin 
+# Maintainer: Kyle Keen 
+# Contributor: Sergej Pupykin 
 
 pkgname=dwdiff
-pkgver=2.1.1
-pkgrel=5
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('x86_64')
 url="http://os.ghalkes.nl/dwdiff.html;
@@ -9,7 +10,7 @@
 depends=('diffutils' 'icu')
 license=('GPL')
 source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('9745860faad6cb58744c7c45d16c0c7e222896c80d0cd7208dd36126d1a98c8b')
+sha256sums=('3201fd459164ebbb538a0b21ce17d955f2fa3babe37367b2e92f7f912cfac692')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2018-10-22 Thread Evangelos Foutras via arch-commits
Date: Monday, October 22, 2018 @ 22:15:39
  Author: foutrelis
Revision: 398527

icu 63.1 / poppler 0.70.0 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 22:10:50 UTC (rev 398526)
+++ PKGBUILD2018-10-22 22:15:39 UTC (rev 398527)
@@ -2,7 +2,7 @@
 
 pkgname=dwdiff
 pkgver=2.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('x86_64')
 url="http://os.ghalkes.nl/dwdiff.html;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2018-08-06 Thread Evangelos Foutras via arch-commits
Date: Monday, August 6, 2018 @ 20:15:31
  Author: foutrelis
Revision: 369901

Perl 5.28 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 20:14:51 UTC (rev 369900)
+++ PKGBUILD2018-08-06 20:15:31 UTC (rev 369901)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('x86_64')
 url="http://os.ghalkes.nl/dwdiff.html;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 20:25:25
  Author: foutrelis
Revision: 312913

icu 61.1 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 19:58:45 UTC (rev 312912)
+++ PKGBUILD2018-03-27 20:25:25 UTC (rev 312913)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('x86_64')
 url="http://os.ghalkes.nl/dwdiff.html;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2017-11-12 Thread Evangelos Foutras
Date: Sunday, November 12, 2017 @ 12:09:22
  Author: foutrelis
Revision: 266306

icu 60.1 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-12 12:08:57 UTC (rev 266305)
+++ PKGBUILD2017-11-12 12:09:22 UTC (rev 266306)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 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;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2017-05-02 Thread Sergej Pupykin
Date: Tuesday, May 2, 2017 @ 09:44:12
  Author: spupykin
Revision: 226542

upgpkg: dwdiff 2.1.1-1

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-02 09:44:03 UTC (rev 226541)
+++ PKGBUILD2017-05-02 09:44:12 UTC (rev 226542)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=dwdiff
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
 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;
@@ -10,7 +10,7 @@
 depends=('diffutils' 'icu')
 license=('GPL')
 source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a')
+sha256sums=('9745860faad6cb58744c7c45d16c0c7e222896c80d0cd7208dd36126d1a98c8b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2017-04-24 Thread Evangelos Foutras
Date: Monday, April 24, 2017 @ 20:16:10
  Author: foutrelis
Revision: 225204

icu 59.1 / hunspell 1.6.0 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-24 20:03:11 UTC (rev 225203)
+++ PKGBUILD2017-04-24 20:16:10 UTC (rev 225204)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 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;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2017-03-24 Thread Sergej Pupykin
Date: Friday, March 24, 2017 @ 16:27:30
  Author: spupykin
Revision: 218669

upgpkg: dwdiff 2.1.0-1

upd

Modified:
  dwdiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-24 16:27:24 UTC (rev 218668)
+++ PKGBUILD2017-03-24 16:27:30 UTC (rev 218669)
@@ -2,15 +2,15 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=dwdiff
-pkgver=2.0.9
-pkgrel=7
+pkgver=2.1.0
+pkgrel=1
 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;
 depends=('diffutils' 'icu')
 license=('GPL')
-source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz;)
-md5sums=('f8364e1257011cc9dfe349775a651606')
+source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 12:59:12
  Author: foutrelis
Revision: 196900

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 12:58:37 UTC (rev 196899)
+++ PKGBUILD2016-11-26 12:59:12 UTC (rev 196900)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.0.9
-pkgrel=6
+pkgrel=7
 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;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 19:00:30
  Author: foutrelis
Revision: 169256

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 16:59:56 UTC (rev 169255)
+++ PKGBUILD2016-04-02 17:00:30 UTC (rev 169256)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.0.9
-pkgrel=5
+pkgrel=6
 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;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2015-11-01 Thread Bartłomiej Piotrowski
Date: Sunday, November 1, 2015 @ 11:18:22
  Author: bpiotrowski
Revision: 145411

icu 56.1 / poppler 0.37.0 rebuild

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-01 10:14:57 UTC (rev 145410)
+++ PKGBUILD2015-11-01 10:18:22 UTC (rev 145411)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.0.9
-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;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2015-04-05 Thread Sergej Pupykin
Date: Sunday, April 5, 2015 @ 23:04:17
  Author: spupykin
Revision: 130722

upgpkg: dwdiff 2.0.9-4

upd

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-05 21:04:10 UTC (rev 130721)
+++ PKGBUILD2015-04-05 21:04:17 UTC (rev 130722)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.0.9
-pkgrel=3
+pkgrel=4
 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;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 16:40:24
  Author: spupykin
Revision: 120883

upgpkg: dwdiff 2.0.9-3

upd

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 14:40:14 UTC (rev 120882)
+++ PKGBUILD2014-10-17 14:40:24 UTC (rev 120883)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.0.9
-pkgrel=2
+pkgrel=3
 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;


[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2014-04-07 Thread Sergej Pupykin
Date: Monday, April 7, 2014 @ 11:52:10
  Author: spupykin
Revision: 108895

upgpkg: dwdiff 2.0.9-2

upd

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-07 09:52:02 UTC (rev 108894)
+++ PKGBUILD2014-04-07 09:52:10 UTC (rev 108895)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.0.9
-pkgrel=1
+pkgrel=2
 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;



[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:24:43
  Author: spupykin
Revision: 103698

upgpkg: dwdiff 2.0.9-1

upd

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 07:48:01 UTC (rev 103697)
+++ PKGBUILD2014-01-10 10:24:43 UTC (rev 103698)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=dwdiff
-pkgver=2.0.4
-pkgrel=5
+pkgver=2.0.9
+pkgrel=1
 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;
@@ -10,7 +10,7 @@
 depends=('diffutils' 'icu')
 license=('GPL')
 source=(http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz;)
-md5sums=('1bb69cbfb76583f69c6912f925fc4cec')
+md5sums=('f8364e1257011cc9dfe349775a651606')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2013-10-16 Thread Bartłomiej Piotrowski
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
===
--- PKGBUILD2013-10-16 15:07:28 UTC (rev 98659)
+++ PKGBUILD2013-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
 }
 



[arch-commits] Commit in dwdiff/trunk (PKGBUILD)

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:47:53
  Author: spupykin
Revision: 86805

upgpkg: dwdiff 2.0.4-4

upd

Modified:
  dwdiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 11:47:48 UTC (rev 86804)
+++ PKGBUILD2013-03-22 11:47:53 UTC (rev 86805)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.0.4
-pkgrel=3
+pkgrel=4
 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;