From 2db619f03b50dbb74ffec111bfbde7f8ee0987ea Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 6 Nov 2025 00:43:17 +0100 Subject: [PATCH] cython: update to 3.2.0 --- cython/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cython/PKGBUILD b/cython/PKGBUILD index 9aea57fe..3f14db29 100644 --- a/cython/PKGBUILD +++ b/cython/PKGBUILD @@ -3,7 +3,7 @@ _realname=cython pkgbase=${_realname} pkgname=('cython') -pkgver=3.1.6 +pkgver=3.2.0 pkgrel=1 pkgdesc='C-Extensions for Python' arch=('i686' 'x86_64') @@ -27,7 +27,7 @@ makedepends=( "python-installer" ) source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/cython/cython/archive/${pkgver}.tar.gz") -sha256sums=('db7ca1e9d0ca58a8b5b236eef972113ae2c081bc4a755b399be6f0aad858bf11') +sha256sums=('4e65b26c139fb513749218298f6291480ae972b98c13ba1c51b5d55f68c215d0') prepare() { cd "${_realname}-${pkgver}"