python-shtab: update to 1.7.2

This commit is contained in:
Biswapriyo Nath 2025-04-15 06:12:04 +00:00
parent 94119852e9
commit e0d75efa2e

View File

@ -3,8 +3,8 @@
_realname=shtab
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.7.1
pkgrel=3
pkgver=1.7.2
pkgrel=1
pkgdesc="Automagic shell tab completion for Python CLI applications (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -23,7 +23,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-pytest-timeout")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('4e4bcb02eeb82ec45920a5d0add92eac9c9b63b2804c9196c1f1fdc2d039243c')
sha256sums=('8c16673ade76a2d42417f03e57acf239bfb5968e842204c17990cae357d07d6f')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"