diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-11 03:27:04 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-11 03:27:04 +0000 |
commit | b8322aaddc0dc6b249457dd19ab7fb246b92c997 (patch) | |
tree | ef66f8d10e7f48e478ef6c86585faef602b77d32 /community/dwdiff | |
parent | fe548131c28daad221e6789ddb8e99e54cc155a5 (diff) |
Sat Jan 11 03:21:10 UTC 2014
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 6350f5fb7..701edc468 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') 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" |