From 05054d4e15ab77ed5feb0b7082d58f97f8925653 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Thu, 3 Nov 2022 05:42:21 +0000 Subject: [PATCH] python-jsonschema: update to 4.17.0 --- mingw-w64-python-jsonschema/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-jsonschema/PKGBUILD b/mingw-w64-python-jsonschema/PKGBUILD index cbe6c8a553..9054d2028f 100644 --- a/mingw-w64-python-jsonschema/PKGBUILD +++ b/mingw-w64-python-jsonschema/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=4.16.0 +pkgver=4.17.0 pkgrel=1 pkgdesc="An implementation of JSON Schema validation for Python (mingw-w64)" arch=('any') @@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23') +sha256sums=('5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d') build() { cd "${srcdir}"