From 6cd62d83884f6bc6ebbe2eba06cc0ec89ccc5d06 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 19 Feb 2020 14:33:12 +0300 Subject: [PATCH] python-cffi: Update to 1.14.0 --- mingw-w64-python-cffi/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-cffi/PKGBUILD b/mingw-w64-python-cffi/PKGBUILD index c48cc566a4..0aca5569ad 100644 --- a/mingw-w64-python-cffi/PKGBUILD +++ b/mingw-w64-python-cffi/PKGBUILD @@ -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}