summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2017-11-20 11:29:19 +0100
committerPhilipp A2017-11-20 11:29:54 +0100
commit4efbe497cd13f42ce058790ad07885eba3df011d (patch)
tree7951aef6daa5e1bf645bc2dc20b71bc29ec34807 /PKGBUILD
parentebfddd6f1d58232fe3447e52ee116dd9d50ff96d (diff)
downloadaur-4efbe497cd13f42ce058790ad07885eba3df011d.tar.gz
v0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d688c16effd0..a56564e77163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
pkgname=scanpy
-pkgver=0.2.8
+pkgver=0.3.1
pkgrel=1
pkgdesc='Single-Cell Analysis in Python'
arch=(x86_64)
@@ -10,6 +10,7 @@ url='https://github.com/theislab/scanpy'
license=(GPL3)
depends=(
cython
+ python-anndata
python-matplotlib
python-pandas
python-scipy
@@ -28,7 +29,7 @@ depends=(
python-tqdm)
_wheel="$pkgname-$pkgver-cp36-cp36m-manylinux1_x86_64.whl"
source=("https://files.pythonhosted.org/packages/cp36/${pkgname::1}/$pkgname/$_wheel")
-md5sums=('1f4ae91beb498a9c38f3c9883b8bf5b3')
+md5sums=('f5fc2324b1e51ef279d8ee101494ecba')
noextract=("$_wheel")
package() {