mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-pyhmmer: fix issues mentioned in #200
This commit is contained in:
parent
cb99cc1015
commit
d34108527c
2 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
|||
url="https://github.com/althonos/pyhmmer"
|
||||
license=("MIT")
|
||||
depends=('python' 'glibc' 'python-psutil')
|
||||
makedepends=('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")
|
||||
sha256sums=('SKIP')
|
||||
sha256sums=('a7e29677cf87c57fecb245ad87ec332d72d155e1b29b3a76ea00da134ba207c9')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_name}"
|
||||
|
|
|
@ -8,7 +8,7 @@ post_build_script: |
|
|||
git_pkgbuild_commit()
|
||||
update_on:
|
||||
- source: github
|
||||
pypi: althonos/pyhmmer
|
||||
github: althonos/pyhmmer
|
||||
use_max_tag: true
|
||||
prefix: 'v'
|
||||
- alias: python
|
||||
|
|
Loading…
Add table
Reference in a new issue