diff options
Diffstat (limited to 'community/dwdiff/PKGBUILD')
-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 cb43d7cf8..2272dff16 100644 --- a/community/dwdiff/PKGBUILD +++ b/community/dwdiff/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 98737 2013-10-17 14:01:43Z andyrtr $ +# $Id: PKGBUILD 103699 2014-01-10 10:25:00Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@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' 'mips64el') url="http://os.ghalkes.nl/dwdiff.html" depends=('diffutils' 'icu') license=('GPL') source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz") -md5sums=('1bb69cbfb76583f69c6912f925fc4cec') +md5sums=('f8364e1257011cc9dfe349775a651606') build() { cd "$srcdir/$pkgname-$pkgver" |