Skip to content

Commit 3f84de0

Browse files
committed
python-fastjsonschema: update to 2.21.1
1 parent 61f943f commit 3f84de0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-python-fastjsonschema/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_realname=fastjsonschema
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=2.20.0
7-
pkgrel=2
6+
pkgver=2.21.1
7+
pkgrel=1
88
pkgdesc='Fast JSON schema validator for Python (mingw-w64)'
99
arch=('any')
1010
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64' 'mingw32')
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
1818
"${MINGW_PACKAGE_PREFIX}-python-installer"
1919
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
2020
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
21-
sha256sums=('3d48fc5300ee96f5d116f10fe6f28d938e6008f59a6a025c2649475b87f76a23')
21+
sha256sums=('794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4')
2222

2323
build() {
2424
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)