Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Yao Zi <[email protected]>

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/'
Expand All @@ -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
Expand Down