From 6c0da868d803ce5177dd287c3b3f6cd3879f8bb0 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Sat, 30 Mar 2024 18:03:06 +0000 Subject: [PATCH] cython2: auto updated to 3.0.10-1 --- BioArchLinux/cython2/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/cython2/PKGBUILD b/BioArchLinux/cython2/PKGBUILD index 746f1b9ea3..c64753ca40 100644 --- a/BioArchLinux/cython2/PKGBUILD +++ b/BioArchLinux/cython2/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Igor Scabini pkgname=cython2 _name="${pkgname%2}" -pkgver=3.0.9 +pkgver=3.0.10 pkgrel=1 pkgdesc='C-Extensions for Python 2' arch=('x86_64') @@ -14,7 +14,7 @@ license=('APACHE') makedepends=('python2-setuptools') depends=('python2') source=("$pkgname-$pkgver.tar.gz::$_github/archive/refs/tags/$pkgver.tar.gz") -sha256sums=('ca7758a3a87340a93f5bde4747e4a5ff1708cf2df407dee533b63ef6cc845777') +sha256sums=('00f97476cef9fcd9a89f9d2a49be3b518e1a74b91f377fe08c97fcb44bc0f7d7') prepare() { cd "$srcdir/$_name-$pkgver"