From 22a88c61766e84758d16656740d11864d82a9e26 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 4 Aug 2026 10:35:34 +0200 Subject: [PATCH] python-cffi: update to 2.1.1 --- python-cffi/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-cffi/PKGBUILD b/python-cffi/PKGBUILD index 4eb28cea20b..d28e021471a 100644 --- a/python-cffi/PKGBUILD +++ b/python-cffi/PKGBUILD @@ -1,12 +1,13 @@ # Maintainer: Christoph Reiter pkgname=python-cffi -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=1 pkgdesc="Foreign Function Interface for Python calling C code" arch=('i686' 'x86_64') url="https://cffi.readthedocs.org/" msys2_repository_url='https://github.com/python-cffi/cffi' +msys2_changelog_url='https://cffi.readthedocs.io/en/stable/whatsnew.html' msys2_references=( 'purl: pkg:pypi/cffi' ) @@ -14,7 +15,7 @@ license=('spdx:MIT') depends=('python-pycparser' 'libffi') makedepends=('python-build' 'python-installer' 'python-setuptools' 'gcc' 'libffi-devel') source=("https://github.com/python-cffi/cffi/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('a69036098a10a868931309440132ada6e4bfc4289304023627ddde8df85a9589') +sha256sums=('901173b28efe1e11773899da3fa19232ee891f42695ac9653fc7e2d324a6a53b') build() { cd cffi-$pkgver