diff --git a/mingw-w64-python-cryptography/PKGBUILD b/mingw-w64-python-cryptography/PKGBUILD index ea0b94907e..c0be3996dc 100644 --- a/mingw-w64-python-cryptography/PKGBUILD +++ b/mingw-w64-python-cryptography/PKGBUILD @@ -3,7 +3,7 @@ _realname=cryptography pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=2.6.1 +pkgver=2.7 pkgrel=1 pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers (mingw-w64)" url='https://pypi.org/project/cryptography/' @@ -36,7 +36,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python2-pytest-runner" "${MINGW_PACKAGE_PREFIX}-python2-pytz" "${MINGW_PACKAGE_PREFIX}-python3-pytz") source=(https://pypi.io/packages/source/c/cryptography/${_realname}-${pkgver}.tar.gz) -sha256sums=('26c821cbeb683facb966045e2064303029d572a87ee69ca5a1bf54bf55f93ca6') +sha256sums=('e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6') prepare() { cd ${srcdir}