summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2017-08-10 11:02:43 +0200
committerPhilipp A2017-08-10 11:02:43 +0200
commitd77515ea371d634541c71b3e5abfd4ba9e7f3ebc (patch)
tree03b00ce2bfd19f1dfcb7b3cabc1bf1d34c76a63f /PKGBUILD
parentd32abda6f46c5f44e2beb7ac411594dc62c444fd (diff)
downloadaur-d77515ea371d634541c71b3e5abfd4ba9e7f3ebc.tar.gz
v0.2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9642f5a82fbf..4f5ae7a1cad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
pkgname=scanpy
-pkgver=0.2.3
+pkgver=0.2.6
pkgrel=1
pkgdesc='Single-Cell Analysis in Python'
arch=(x86_64)
@@ -28,7 +28,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=('a8f89c0ece93bd628aee2c478504da04')
+md5sums=('f068c2cdef9e2e4850814c98e03aae48')
noextract=("$_wheel")
package() {