python-argcomplete: update to 3.6.2

This commit is contained in:
Biswapriyo Nath 2025-04-04 05:14:33 +00:00
parent afb37b8e10
commit c95b4c432c

View File

@ -3,7 +3,7 @@
_realname=argcomplete
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.6.1
pkgver=3.6.2
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=('927531c2fbaa004979f18c2316f6ffadcfc5cc2de15ae2624dfe65deaf60e14f')
sha256sums=('d0519b1bc867f5f4f4713c41ad0aba73a4a5f007449716b16f385f2166dc6adf')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"