From 341895fffcb8a5e96e372db18a0194240d5cc405 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 3 Aug 2023 21:58:25 +0530 Subject: [PATCH] python-pytest-checkdocs: update to 2.10.1 --- mingw-w64-python-pytest-checkdocs/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-python-pytest-checkdocs/PKGBUILD b/mingw-w64-python-pytest-checkdocs/PKGBUILD index d52f1baaf0..d9544d9787 100644 --- a/mingw-w64-python-pytest-checkdocs/PKGBUILD +++ b/mingw-w64-python-pytest-checkdocs/PKGBUILD @@ -4,13 +4,13 @@ _pyname=pytest-checkdocs _realname=pytest-checkdocs pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.9.0 -pkgrel=2 +pkgver=2.10.1 +pkgrel=1 pkgdesc='check the README when running tests (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="https://github.com/jaraco/pytest-checkdocs" -license=('MIT') +license=('spdx:MIT') depends=("${MINGW_PACKAGE_PREFIX}-python-docutils" "${MINGW_PACKAGE_PREFIX}-python-build") makedepends=( @@ -19,8 +19,8 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm" "${MINGW_PACKAGE_PREFIX}-python-wheel" ) -source=("${_pyname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -sha256sums=('54b3d1357a289e3f6336d31d4ceb72e99afe0fa4f552990f1b1f015f1925543b') +source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") +sha256sums=('393868583f2d0314f8c5828fd94f7d28699543f6a0a925356d7e274e2952297e') prepare() { cd "$srcdir"