From 09f00496bb6d5bb06465b84f5642a0bebc24610b Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Thu, 28 Mar 2024 00:08:33 +0000 Subject: [PATCH] python-pyhmmer: auto updated to 0.10.11-1 --- BioArchLinux/python-pyhmmer/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/python-pyhmmer/PKGBUILD b/BioArchLinux/python-pyhmmer/PKGBUILD index 2c1f00632d..5d67e84640 100644 --- a/BioArchLinux/python-pyhmmer/PKGBUILD +++ b/BioArchLinux/python-pyhmmer/PKGBUILD @@ -2,8 +2,8 @@ _name=pyhmmer pkgname=python-${_name} -pkgver=0.10.10 -pkgrel=2 +pkgver=0.10.11 +pkgrel=1 pkgdesc="Cython bindings to HMMER3. https://doi.org/10.1093/bioinformatics/btad214" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://github.com/althonos/pyhmmer" @@ -11,7 +11,7 @@ license=("MIT") depends=('python' 'glibc' 'python-psutil') makedepends=('git' 'python-setuptools' 'cython' 'python-build' 'python-installer' 'python-wheel') source=("git+https://github.com/althonos/pyhmmer.git#tag=v$pkgver") -sha256sums=('a7e29677cf87c57fecb245ad87ec332d72d155e1b29b3a76ea00da134ba207c9') +sha256sums=('e3276aa803ea469c227bd4c87b9d215385008ec157590e4cf4f99d12879f16d9') prepare() { cd "${srcdir}/${_name}"