From f95a66196a177387d2f6b8e1349ecb52efc4c8b8 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 16 Apr 2023 00:38:27 +0530 Subject: [PATCH] xmldiff: update to 2.6.1. --- srcpkgs/xmldiff/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template index 8fe8aae7a159..42eb0995cb4d 100644 --- a/srcpkgs/xmldiff/template +++ b/srcpkgs/xmldiff/template @@ -1,6 +1,6 @@ # Template file for 'xmldiff' pkgname=xmldiff -version=2.5 +version=2.6.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,13 +12,9 @@ license="MIT" homepage="https://github.com/Shoobx/xmldiff" changelog="https://raw.githubusercontent.com/Shoobx/xmldiff/master/CHANGES.rst" distfiles="${PYPI_SITE}/x/xmldiff/xmldiff-${version}.tar.gz" -checksum=6c5f30bc65ce6e81d9a70a3cb0269f7ba61852fd6caa7a0fbfc0edf33b3cb717 +checksum=81b817ef2fd0de9b30336b47fd1d4648c99b30685024a07bc34f2c146404e159 conflicts="python-xmldiff>=0" -post_extract() { - rm xmldiff/_diff_match_patch_py2.py -} - post_install() { vlicense LICENSE.txt }