python-cryptography: update to 2.0
This commit is contained in:
parent
eefed231ae
commit
7ce76d2e01
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-cryptography'
|
||||
pkgname=python-cryptography
|
||||
version=1.9
|
||||
version=2.0
|
||||
revision=1
|
||||
wrksrc="cryptography-${version}"
|
||||
build_style=python-module
|
||||
|
@ -16,7 +16,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://github.com/pyca/cryptography"
|
||||
license="3-clause-BSD, Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
|
||||
checksum=5518337022718029e367d982642f3e3523541e098ad671672a90b82474c84882
|
||||
checksum=d32453b54f99cfe3103f0cb79f6c0ea68c66483811dfe1527a4f06eb3bc580b0
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue