python-pyhmmer: auto updated to 0.10.11-1

This commit is contained in:
BioArchLinuxBot 2024-03-28 00:08:33 +00:00
parent 8508f0c75c
commit 09f00496bb

View file

@ -2,8 +2,8 @@
_name=pyhmmer _name=pyhmmer
pkgname=python-${_name} pkgname=python-${_name}
pkgver=0.10.10 pkgver=0.10.11
pkgrel=2 pkgrel=1
pkgdesc="Cython bindings to HMMER3. https://doi.org/10.1093/bioinformatics/btad214" pkgdesc="Cython bindings to HMMER3. https://doi.org/10.1093/bioinformatics/btad214"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/althonos/pyhmmer" url="https://github.com/althonos/pyhmmer"
@ -11,7 +11,7 @@ license=("MIT")
depends=('python' 'glibc' 'python-psutil') depends=('python' 'glibc' 'python-psutil')
makedepends=('git' 'python-setuptools' 'cython' 'python-build' 'python-installer' 'python-wheel') makedepends=('git' 'python-setuptools' 'cython' 'python-build' 'python-installer' 'python-wheel')
source=("git+https://github.com/althonos/pyhmmer.git#tag=v$pkgver") source=("git+https://github.com/althonos/pyhmmer.git#tag=v$pkgver")
sha256sums=('a7e29677cf87c57fecb245ad87ec332d72d155e1b29b3a76ea00da134ba207c9') sha256sums=('e3276aa803ea469c227bd4c87b9d215385008ec157590e4cf4f99d12879f16d9')
prepare() { prepare() {
cd "${srcdir}/${_name}" cd "${srcdir}/${_name}"