python-xmldiff: update to 2.3.
This commit is contained in:
parent
ac391fa03c
commit
1165685b4d
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-xmldiff'
|
# Template file for 'python-xmldiff'
|
||||||
pkgname=python-xmldiff
|
pkgname=python-xmldiff
|
||||||
version=2.2
|
version=2.3
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="xmldiff-${version}"
|
wrksrc="xmldiff-${version}"
|
||||||
|
@ -14,9 +14,10 @@ license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/Shoobx/xmldiff"
|
homepage="https://github.com/Shoobx/xmldiff"
|
||||||
changelog="https://raw.githubusercontent.com/Shoobx/xmldiff/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/Shoobx/xmldiff/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/x/xmldiff/xmldiff-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/x/xmldiff/xmldiff-${version}.tar.gz"
|
||||||
checksum=aad7b8b00a49eeef7cd69757b2c548b88d4d7c584b95ac4ea9c0f08e167bc5a0
|
checksum=2727f62ab590c1fc834e86033988a76a86a67f5a78196584049b7a722bd94466
|
||||||
replaces="xmldiff>=0"
|
|
||||||
alternatives="xmldiff:xmldiff:/usr/bin/xmldiff2"
|
alternatives="xmldiff:xmldiff:/usr/bin/xmldiff2"
|
||||||
|
replaces="xmldiff>=0"
|
||||||
|
|
||||||
xmldiff_package() {
|
xmldiff_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
|
Loading…
Reference in a new issue