diff --git a/mingw-w64-python-cffi/PKGBUILD b/mingw-w64-python-cffi/PKGBUILD index c0f7768166..6dac25f60c 100644 --- a/mingw-w64-python-cffi/PKGBUILD +++ b/mingw-w64-python-cffi/PKGBUILD @@ -3,9 +3,9 @@ _realname=cffi pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=1.12.1 -pkgrel=2 -_revision=ac7cb142e8f5 +pkgver=1.12.2 +pkgrel=1 +_revision=e0c76668ecf5 pkgdesc="Foreign Function Interface for Python calling C code (mingw-w64)" url='https://cffi.readthedocs.io/' license=('MIT') @@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools" checkdepends=("${MINGW_PACKAGE_PREFIX}-python2-pytest-runner" "${MINGW_PACKAGE_PREFIX}-python3-pytest-runner") source=("${_realname}-${pkgver}.tar.bz2::https://bitbucket.org/cffi/cffi/get/v${pkgver}.tar.bz2") -sha256sums=('155026e0989fd2ee32257cd9598e0cd9e729f1ee6151ddcabe69f047c8576ed4') +sha256sums=('d6aff155f50cad38d5194c45e2857d2ad4aec746b2d8816cfef06b2df6a62cf2') prepare() { cd ${srcdir}