python-typing: update to 3.6.6
This commit is contained in:
parent
cece374abe
commit
f7e165fb87
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-typing'
|
||||
pkgname=python-typing
|
||||
version=3.6.4
|
||||
version=3.6.6
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="typing-${version}"
|
||||
|
@ -11,9 +11,9 @@ depends="python"
|
|||
short_desc="Backport of the typing module from Python 3.5+"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://docs.python.org/3/library/typing.html"
|
||||
license="PSF"
|
||||
license="Python-2.0"
|
||||
distfiles="${PYPI_SITE}/t/typing/typing-${version}.tar.gz"
|
||||
checksum=d400a9344254803a2368533e4533a4200d21eb7b6b729c173bc38201a74db3f2
|
||||
checksum=4027c5f6127a6267a435201981ba156de91ad0d1d98e9ddc2aa173453453492d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue