diff options
Diffstat (limited to 'community/xmldiff/PKGBUILD')
-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() { |