python-typing: update to 3.6.2
This commit is contained in:
parent
ccc5aad0a8
commit
d81596f514
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-typing'
|
# Template file for 'python-typing'
|
||||||
pkgname=python-typing
|
pkgname=python-typing
|
||||||
version=3.6.1
|
version=3.6.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="typing-${version}"
|
wrksrc="typing-${version}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://docs.python.org/3/library/typing.html"
|
homepage="https://docs.python.org/3/library/typing.html"
|
||||||
license="PSF"
|
license="PSF"
|
||||||
distfiles="${PYPI_SITE}/t/typing/typing-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/typing/typing-${version}.tar.gz"
|
||||||
checksum=c36dec260238e7464213dcd50d4b5ef63a507972f5780652e835d0228d0edace
|
checksum=d514bd84b284dd3e844f0305ac07511f097e325171f6cc4a20878d11ad771849
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue