Date: Wednesday, March 29, 2023 @ 13:01:04
Author: spupykin
Revision: 1430278
upgpkg: xmldiff 2.5-2
Modified:
xmldiff/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-29 12:59:52 UTC (rev 1430277)
+++ PKGBUILD 2023-03-29 13:01:04 UTC (rev 1430278)
@@ -4,13 +4,12 @@
pkgname=xmldiff
pkgver=2.5
-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=('x86_64')
url="https://github.com/Shoobx/xmldiff"
license=('GPL2')
-depends=('python' 'libxslt' 'jade')
-makedepends=('python-setuptools')
+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')