From 1b9128b746c5f5d93337e6094b752a8e0d666d65 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Tue, 5 Mar 2024 18:03:30 +0000 Subject: [PATCH] cython2: auto updated to 3.0.9-1 --- BioArchLinux/cython2/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/cython2/PKGBUILD b/BioArchLinux/cython2/PKGBUILD index 13835f0985..746f1b9ea3 100644 --- a/BioArchLinux/cython2/PKGBUILD +++ b/BioArchLinux/cython2/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Igor Scabini pkgname=cython2 _name="${pkgname%2}" -pkgver=3.0.8 +pkgver=3.0.9 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=('b20cd126f40d78228c3ba101a7cfc0a3e8519de1bdc2a58f26aec5284c8f0340') +sha256sums=('ca7758a3a87340a93f5bde4747e4a5ff1708cf2df407dee533b63ef6cc845777') prepare() { cd "$srcdir/$_name-$pkgver"