python-pycryptodome: update to 3.6.1
This commit is contained in:
parent
db5f340be8
commit
5efd2a5d1d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pycryptodome'
|
# Template file for 'python-pycryptodome'
|
||||||
pkgname=python-pycryptodome
|
pkgname=python-pycryptodome
|
||||||
version=3.6.0
|
version=3.6.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pycryptodome-${version}"
|
wrksrc="pycryptodome-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Wietse Kuipers <wietse@kuiprs.nl>"
|
||||||
homepage="https://www.pycryptodome.org/"
|
homepage="https://www.pycryptodome.org/"
|
||||||
license="Public Domain, BSD-2-Clause"
|
license="Public Domain, BSD-2-Clause"
|
||||||
distfiles="https://github.com/Legrandin/pycryptodome/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Legrandin/pycryptodome/archive/v${version}.tar.gz"
|
||||||
checksum=5efd0f0ac68d3420550de40b272bfaae275889655fb59a92d79a6f3cf6cec8c9
|
checksum=0d22a802e1d505e456986cba5a9b8ab27147119905bed207c55ef58fb0bfc95a
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 setup.py test
|
python3 setup.py test
|
||||||
|
|
Loading…
Reference in New Issue