From 76cfaae34cd1ea73a01dc3b498d2d51ce7e78437 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 27 Feb 2019 09:10:11 +0300 Subject: [PATCH] python-cffi: Update to 1.12.2 --- mingw-w64-python-cffi/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}