From 4440e07421addec6daf71e570910266e6ee6a365 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Sun, 12 Jan 2025 06:01:57 +0000 Subject: [PATCH] python-pyfastani: auto updated to 0.6.1-1 --- BioArchLinux/python-pyfastani/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/python-pyfastani/PKGBUILD b/BioArchLinux/python-pyfastani/PKGBUILD index d29820c9c0..2c87c52940 100644 --- a/BioArchLinux/python-pyfastani/PKGBUILD +++ b/BioArchLinux/python-pyfastani/PKGBUILD @@ -2,8 +2,8 @@ _name=pyfastani pkgname=python-${_name} -pkgver=0.6.0 -pkgrel=3 +pkgver=0.6.1 +pkgrel=1 pkgdesc="Cython bindings and Python interface to FastANI, a method for fast whole-genome similarity estimation" url="https://github.com/althonos/${_name}" arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -12,7 +12,7 @@ depends=('python' 'gcc-libs' 'glibc') makedepends=('cython' 'python-build' 'python-installer' 'cmake' 'ninja' 'python-scikit-build-core') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") noextract=() -sha256sums=('255e890d3ee6bbd051bb94d71a5245703b254be1ff2b5dc6789d28b715ec5fa9') +sha256sums=('cd0c7858c71524584f66eb5b7989f4508098487c5f5629648105edad308ca6a5') build() { cd "${srcdir}/${_name}-${pkgver}"