Date: Monday, February 6, 2023 @ 18:30:16
Author: spupykin
Revision: 1394754
archrelease: copy trunk to community-x86_64
Added:
xmldiff/repos/community-x86_64/PKGBUILD
(from rev 1394753, xmldiff/trunk/PKGBUILD)
Deleted:
xmldiff/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-06 18:29:35 UTC (rev 1394753)
+++ PKGBUILD 2023-02-06 18:30:16 UTC (rev 1394754)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-# Contributor: Sergej Pupykin <[email protected]>
-
-pkgname=xmldiff
-pkgver=2.4
-pkgrel=4
-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')
-optdepends=('docbook-xsl: render revision info')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Shoobx/xmldiff/archive/$pkgver.tar.gz")
-sha512sums=('d8a0c9cb850259b3288d8fb5fde50c69f24036bc46ea48f24f3d63c592ccdd2aab4daf416f0f75b38fd70cc58e00c12db626e61a983d1a002972a6720d62c6ae')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- python setup.py build
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- python setup.py install --root="$pkgdir/" --optimize=1
-}
Copied: xmldiff/repos/community-x86_64/PKGBUILD (from rev 1394753,
xmldiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-06 18:30:16 UTC (rev 1394754)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+# Contributor: Sergej Pupykin <[email protected]>
+
+pkgname=xmldiff
+pkgver=2.5
+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"
+license=('GPL2')
+depends=('python' 'libxslt' 'jade')
+makedepends=('python-setuptools')
+optdepends=('docbook-xsl: render revision info')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Shoobx/xmldiff/archive/$pkgver.tar.gz")
+sha512sums=('05976bf3b28aa3aab6eb209f7eaaecf153d3588602fb965d05983c8f31c0fd52666f8e9bdab1b638a8eafab2474576393332dcb604fad892dc4689654bc60ff8')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ python setup.py build
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ python setup.py install --root="$pkgdir/" --optimize=1
+}