python-sphinx-issues: update to 5.0.1

This commit is contained in:
Biswapriyo Nath 2025-04-11 03:58:29 +00:00
parent 2d96368fd0
commit e48ad94f35

View File

@ -3,11 +3,11 @@
_realname=sphinx-issues
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=5.0.0
pkgrel=2
pkgver=5.0.1
pkgrel=1
pkgdesc="Sphinx extension for linking to your project's issue tracker (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
license=('spdx:MIT')
url='https://github.com/sloria/sphinx-issues'
msys2_references=(
@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-flit-core")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('192e43cf071ed7aead401cd14fd15076ecb0866238c095d672180618740c6bae')
sha256sums=('6da131d4545af00be4b48ec7c4086ea82c1371a05116bbe5779f57cff34bf16a')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"