mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-pyhmmer: auto updated to 0.10.11-1
This commit is contained in:
parent
8508f0c75c
commit
09f00496bb
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue