* update xmldiff to 2.6.1-1

This commit is contained in:
Alexander Baldeck 2023-05-20 19:11:55 +02:00
parent 6f94c4a91d
commit 672c2667bc

View File

@ -4,8 +4,8 @@
# Contributor: Sergej Pupykin <sergej@aur.archlinux.org>
pkgname=xmldiff
pkgver=2.5
pkgrel=2
pkgver=2.6.1
pkgrel=1
pkgdesc="A python tool that figures out the differences between two similar XML files, in the same way the diff utility does it"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/Shoobx/xmldiff"
@ -13,7 +13,7 @@ license=('GPL2')
depends=('python' 'libxslt' 'jade' 'python-setuptools' 'python-lxml' 'python-six')
optdepends=('docbook-xsl: render revision info')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Shoobx/xmldiff/archive/$pkgver.tar.gz")
sha512sums=('05976bf3b28aa3aab6eb209f7eaaecf153d3588602fb965d05983c8f31c0fd52666f8e9bdab1b638a8eafab2474576393332dcb604fad892dc4689654bc60ff8')
sha512sums=('f92c0d45bf96248de7fda33253318ebbce30afaf7240e35643dc9d7373bfcefadb4837d008f90683c71555753b7e29f94dfda544f0a585e199f0c8329bd0786d')
build() {
cd "$srcdir/$pkgname-$pkgver"