diff --git a/PKGBUILD b/PKGBUILD index 4f6f0699d..6379974e7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Yao Zi pkgname=python-argcomplete -pkgver=3.6.2 +pkgver=3.6.3 pkgrel=1 pkgdesc='Python and tab completion, better together.' url='https://kislyuk.github.io/argcomplete/' @@ -12,7 +12,7 @@ makedepends=(python-build python-wheel python-installer python-setuptools python-setuptools-scm git python-hatchling python-hatch-vcs) checkdepends=(python-pexpect zsh) source=("git+https://github.com/kislyuk/argcomplete.git#tag=v$pkgver") -sha256sums=('a4fe80b7c9367120421b7cc1479703a8c55eb383f74c9ce9fe8274e8eb1dc710') +sha256sums=('b935cec3031ebe4d5fb0475582b9c175330b21569dbc192ed051d54bd5c555c5') build () { cd argcomplete