diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/xmldiff | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/xmldiff')
-rw-r--r-- | community/xmldiff/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/xmldiff/PKGBUILD b/community/xmldiff/PKGBUILD index 167e91ec8..a041c92fa 100644 --- a/community/xmldiff/PKGBUILD +++ b/community/xmldiff/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 50681 2011-06-29 12:57:42Z spupykin $ +# $Id: PKGBUILD 65259 2012-02-20 12:39:55Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Anton Bazhenov <anton.bazhenov at gmail> # Contributor: Sergej Pupykin <sergej@aur.archlinux.org> pkgname=xmldiff pkgver=0.6.10 -pkgrel=1 +pkgrel=2 pkgdesc="A python tool that figures out the differences between two similar XML files, in the same way the diff utility does it" arch=('i686' 'x86_64') url="http://www.logilab.org/project/xmldiff/" license=('GPL2') depends=('python2' 'libxslt' 'jade') optdepends=('docbook-xsl: render revision info') -source=(http://ftp.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) +#source=(http://ftp.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) +source=(http://arch.p5n.pp.ru/~sergej/dl/2012/xmldiff-$pkgver.tar.gz) md5sums=('a61e6e95a130e3bd53f5ea5616cc5314') build() { |