From c8cab5680ecafc096c5442c7955c16930ebf9e20 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Wed, 18 Oct 2023 00:03:45 +0000 Subject: [PATCH] cython2: auto updated to 3.0.4-1 --- BioArchLinux/cython2/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/cython2/PKGBUILD b/BioArchLinux/cython2/PKGBUILD index 12eccd7eb1..baf50c2583 100644 --- a/BioArchLinux/cython2/PKGBUILD +++ b/BioArchLinux/cython2/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Igor Scabini pkgname=cython2 _name="${pkgname%2}" -pkgver=3.0.3 +pkgver=3.0.4 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=('0c2eae8a4ceab7955be1e11a4ddc5dcc3aa06ce22ad594262f1555b9d10667f0') +sha256sums=('d22c3fd0141860ef892f51ea834556ee42c3c9f83739ad92187dcf0b9f938786') prepare() { cd "$srcdir/$_name-$pkgver"