diff options
-rw-r--r-- | testing/py3-biopython/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-biopython/APKBUILD b/testing/py3-biopython/APKBUILD index f88c2f4a14..fb2811ea62 100644 --- a/testing/py3-biopython/APKBUILD +++ b/testing/py3-biopython/APKBUILD @@ -3,14 +3,14 @@ pkgname=py3-biopython _pkgname=biopython pkgver=1.74 -pkgrel=0 +pkgrel=1 pkgdesc="Python tools for computational molecular biology." options="!check" # test_NCBI_qblast hangs url="https://biopython.org/" arch="all" license="BSD-3-Clause" depends="py3-numpy python3" -makedepends="py3-setuptools py-numpy-dev python3-dev" +makedepends="py3-setuptools py3-numpy-dev python3-dev" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |