python-argcomplete: update to 3.6.0

This commit is contained in:
Biswapriyo Nath
2025-03-07 05:39:45 +00:00
parent c88a80871d
commit 7ec2219316

View File

@@ -3,7 +3,7 @@
_realname=argcomplete
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.5.3
pkgver=3.6.0
pkgrel=1
pkgdesc="Easy, extensible command line tab completion of arguments for your Python script (mingw-w64)"
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatch-vcs")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('c12bf50eded8aebb298c7b7da7a5ff3ee24dffd9f5281867dfe1424b58c55392')
sha256sums=('2e4e42ec0ba2fff54b0d244d0b1623e86057673e57bafe72dda59c64bd5dee8b')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"