python-pyhmmer: fix issues mentioned in #200

This commit is contained in:
Pekka Ristola 2024-03-21 19:41:08 +02:00
parent cb99cc1015
commit d34108527c
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
2 changed files with 3 additions and 3 deletions

View file

@ -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}"

View file

@ -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