python-pyfastani: auto updated to 0.5.1-1

This commit is contained in:
BioArchLinuxBot 2024-02-20 18:07:49 +00:00
parent c8a16e07e8
commit b76de37cdb

View file

@ -2,8 +2,8 @@
_name=pyfastani
pkgname=python-${_name}
pkgver=0.4.1
pkgrel=2
pkgver=0.5.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')
@ -11,7 +11,7 @@ license=("MIT")
makedepends=('python-setuptools' 'cython' 'python-build' 'python-installer' 'python-wheel')
depends=('python' 'gcc-libs' 'glibc')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('44d86cbe8581d4891748ebe9851ae0a0c27489bb9f77728131415ed6b90cc35a')
sha256sums=('ad6c28303290a2389c29ed20db8266bbc4bf89a5b1bf64a7514d1bc9c6ba2d92')
build() {
cd "${srcdir}/${_name}-${pkgver}"