python-pycryptodome: update to 3.6.3

This commit is contained in:
Alessio Sergi 2018-06-30 16:39:39 +02:00
parent 1d98da4a15
commit 32b6cd809a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-pycryptodome' # Template file for 'python-pycryptodome'
pkgname=python-pycryptodome pkgname=python-pycryptodome
version=3.6.2 version=3.6.3
revision=1 revision=1
wrksrc="pycryptodome-${version}" wrksrc="pycryptodome-${version}"
build_style=python-module build_style=python-module
@ -12,7 +12,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="${PYPI_SITE}/p/pycryptodome/pycryptodome-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pycryptodome/pycryptodome-${version}.tar.gz"
checksum=b19ed0f7752a0b1ec65834c9acb02ba64a812990854e318d32a619c709b14a69 checksum=9b2e142322273ee88c96ade5cfc0ff99b759be32a06d49ce55cd39adeb1e4541
provides="python-crypto-${version}_1" provides="python-crypto-${version}_1"
replaces="python-crypto>=0" replaces="python-crypto>=0"