python-cffi: Update to 1.14.0

This commit is contained in:
Alexey Pavlov
2020-02-19 14:33:12 +03:00
parent 2f30cbb66b
commit 6cd62d8388

View File

@@ -6,9 +6,9 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.13.2
pkgver=1.14.0
pkgrel=1
_revision=0c9be4c0d798
_revision=694e7139131f
pkgdesc="Foreign Function Interface for Python calling C code (mingw-w64)"
url='https://cffi.readthedocs.io/'
license=('MIT')
@@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-pycparser")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-runner")
source=("${_realname}-${pkgver}.tar.bz2::https://bitbucket.org/cffi/cffi/get/v${pkgver}.tar.bz2")
sha256sums=('f4bc9ca955e645106c00680b4597d83d45325da21d52d101a8b7276b20a62a5a')
sha256sums=('0d68110af192214284561c4a4758691ad007e796af0f3ba70f66e7b65479a72e')
prepare() {
cd ${srcdir}