python3-argcomplete: update to 2.0.0.
This commit is contained in:
parent
8ccdd70a3c
commit
4c7e3cfcb3
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-argcomplete'
|
# Template file for 'python3-argcomplete'
|
||||||
pkgname=python3-argcomplete
|
pkgname=python3-argcomplete
|
||||||
version=1.12.3
|
version=2.0.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="argcomplete-${version}"
|
wrksrc="argcomplete-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,4 +11,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/kislyuk/argcomplete"
|
homepage="https://github.com/kislyuk/argcomplete"
|
||||||
distfiles="${PYPI_SITE}/a/argcomplete/argcomplete-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/argcomplete/argcomplete-${version}.tar.gz"
|
||||||
checksum=2c7dbffd8c045ea534921e63b0be6fe65e88599990d8dc408ac8c542b72a5445
|
checksum=6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20
|
||||||
|
|
Loading…
Reference in New Issue