diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-22 17:06:20 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-22 17:06:20 +0100 |
commit | 47d70348352503e92ba694a6a683f629eaa18215 (patch) | |
tree | 7fb6f5ec75596b795dee52cfa35e3ef00a047cfb /community/xmldiff | |
parent | c0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (diff) | |
parent | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/hostapd/PKGBUILD
community/discid/PKGBUILD
community/dumb/PKGBUILD
community/dynamite/PKGBUILD
community/echat/PKGBUILD
community/fbdump/PKGBUILD
community/fldiff/PKGBUILD
community/flightgear/PKGBUILD
community/fonteditfs/PKGBUILD
community/freehdl/PKGBUILD
community/unclutter/PKGBUILD
community/unpaper/PKGBUILD
community/wmii/PKGBUILD
community/xkeycaps/PKGBUILD
community/xl2tpd/PKGBUILD
community/xmmsctrl/PKGBUILD
extra/gnutls/PKGBUILD
extra/inkscape/PKGBUILD
extra/ntp/PKGBUILD
extra/transmission/PKGBUILD
multilib/lib32-libpng/PKGBUILD
testing/libreoffice/PKGBUILD
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 bff34a96d..657718686 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' 'mips64el') 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() { |