summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 17:17:21 +0200
committerPhilipp A2022-09-16 17:17:21 +0200
commit7ffd10d150c50c269cee4938009dfb9a4dc4c330 (patch)
tree126a2ed76512968658d5cacbbb3d1d4d5615e287 /PKGBUILD
parent4d2b78939a5edd4b6a290209bb8f338f2fd3c63a (diff)
downloadaur-python-goatools.tar.gz
makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a911e76bc356..9720610f396f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_name=goatools
pkgname=python-$_name
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
pkgdesc='Python scripts to find enrichment of GO terms'
arch=(any)
url="https://github.com/tanghaibao/$_name"
license=(BSD)
depends=(python python-pandas python-numpy python-scipy python-xlsxwriter python-statsmodels python-xlrd python-docopt python-pydot python-requests)
-makedepends=(python-setuptools python-installer python-build)
+makedepends=(python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('1b5635481221e42bf2d8efc4ebdca42cd7696b52f52ce5d32fe3eb29d447cdb2')