From e48ad94f351fa57a4e66b0558bc99cee3ada1ee2 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 11 Apr 2025 03:58:29 +0000 Subject: [PATCH] python-sphinx-issues: update to 5.0.1 --- mingw-w64-python-sphinx-issues/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mingw-w64-python-sphinx-issues/PKGBUILD b/mingw-w64-python-sphinx-issues/PKGBUILD index 29e8912565..88d6e32544 100644 --- a/mingw-w64-python-sphinx-issues/PKGBUILD +++ b/mingw-w64-python-sphinx-issues/PKGBUILD @@ -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}"