Date: Wednesday, May 3, 2023 @ 21:40:10
  Author: spupykin
Revision: 1458635

upgpkg: xmldiff 2.6.1-1

Modified:
  xmldiff/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-03 21:40:03 UTC (rev 1458634)
+++ PKGBUILD    2023-05-03 21:40:10 UTC (rev 1458635)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin <[email protected]>
 
 pkgname=xmldiff
-pkgver=2.5
-pkgrel=3
+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')
 url="https://github.com/Shoobx/xmldiff";
@@ -12,7 +12,7 @@
 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"

Reply via email to