summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:47:38 +0200
committerPhilipp A2022-09-16 16:47:38 +0200
commit263f00ef4df89e65e88a8722a6a61ac1c45b2be3 (patch)
tree3f6028b74485b648d5b9740dcdd656ea7c10605a /PKGBUILD
parent46549b52e414ed2e6d45b1c0dfdb9be37ca26c2d (diff)
downloadaur-263f00ef4df89e65e88a8722a6a61ac1c45b2be3.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 2c206320c9fb..f73e9eabb73d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=scanpy
pkgver=1.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='Single-Cell Analysis in Python'
arch=(any)
provides=(scanpy python-scanpy)
@@ -39,7 +39,7 @@ optdepends=(
'python-scanorama: Scanorama dataset integration algorithm'
'python-scrublet: Cell doublet detection'
)
-makedepends=(python-build python-installer python-flit-core python-setuptools-scm)
+makedepends=(python-flit-core python-setuptools-scm python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('00c9a83b649da7e0171c91e9a08cff632102faa760614fd05cd4d1dbba4eb541')