summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-26 11:52:48 +0300
committerCaleb Maclennan2023-06-26 11:52:48 +0300
commit67a8636537009a1b77a861de523465a0d68f677b (patch)
treeabfb427ce3b2a4499d849683a54dd1862bf0300e /PKGBUILD
parent85ef62270133b15e163caf76c264ef6a1c3a5f28 (diff)
downloadaur-67a8636537009a1b77a861de523465a0d68f677b.tar.gz
upgpkg: python-xmldiff 2.6.3-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b97e35ff6a7..b2ba0a687c89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-xmldiff
_pyname=${pkgname#python-}
-pkgver=2.4
-pkgrel=4
+pkgver=2.6.3
+pkgrel=1
pkgdesc='A libray and command line utility for diffing xml'
arch=(any)
url="https://$_pyname.readthedocs.io"
@@ -16,7 +16,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('05bea20ce1f2c9678683bcce0c3ba9981f87d92b709d190e018bcbf047eccf63')
+sha256sums=('19b030b3fa37d1f0b5c5ad9ada9059884c3bf2c751c5dd8f1eb4ed49cfe3fc60')
build() {
cd "$_archive"