Date: Wednesday, December 8, 2021 @ 05:52:52 Author: foutrelis Revision: 1065620
Bump for Python 3.10 Modified: python-xmlschema/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-08 05:29:35 UTC (rev 1065619) +++ PKGBUILD 2021-12-08 05:52:52 UTC (rev 1065620) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-xmlschema -pkgver=1.2.5 -pkgrel=2 +pkgver=1.9.0 +pkgrel=0 pkgdesc="An XML Schema validator and decoder" url="https://github.com/sissaschool/xmlschema" license=('MIT') @@ -11,7 +11,7 @@ makedepends=('python-pip') checkdepends=('python-lxml') source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/xmlschema/archive/v$pkgver.tar.gz") -sha512sums=('086c0b1544b492807edd2b1ea0ac791d55d118834846efd57fbbfb6b7d5244529150ffa3c1074de85a7c030c6b33721f41743e9a1cd672e24e92ce0a3dfd662d') +sha512sums=('dc0ca98969e4ff480f5e89560174cea098f578ce8d2d09cac10af4c112380661d195ae2b36cc246a3bb813a130660e3e83ab3d17da193ea5665ee6e6d944d0d0') prepare() { sed -i 's/~=/>=/' xmlschema-$pkgver/setup.py