diff options
author | root <root@rshg054.dnsready.net> | 2011-10-26 23:15:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-26 23:15:38 +0000 |
commit | 84fe155e2233db86fcc13134d8802ba1dab0ae83 (patch) | |
tree | ef0f4e11745d4bf9e45ee5fa553dd4b13d6c3407 /community/dwdiff | |
parent | d03e905f54857600b3c36af9b221c34ccb11074f (diff) |
Wed Oct 26 23:15:38 UTC 2011
Diffstat (limited to 'community/dwdiff')
-rw-r--r-- | community/dwdiff/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/dwdiff/PKGBUILD b/community/dwdiff/PKGBUILD index 4585b2ae9..a7dbde031 100644 --- a/community/dwdiff/PKGBUILD +++ b/community/dwdiff/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 48640 2011-06-03 16:55:04Z stephane $ +# $Id: PKGBUILD 57280 2011-10-25 09:58:12Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=dwdiff -pkgver=1.9 -pkgrel=2 +pkgver=2.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=('f483d8d8dab7a972ef21d5096e07fd47') +md5sums=('98dd16b58a1f136a2cd49f7dd88c5313') build() { cd "$srcdir/$pkgname-$pkgver" |