summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-05-31 12:39:47 +0200
committerPhilipp A2019-05-31 12:40:33 +0200
commit18c10f5b26cf4cb95683b01cf72ea5e8696820c7 (patch)
treec157b331ad6ebb43cf9fdd123a2d718d2b2b2966
parent94b889bc70489df95d1918602fcc4e337176c342 (diff)
downloadaur-18c10f5b26cf4cb95683b01cf72ea5e8696820c7.tar.gz
v0.6.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec0880111d46..3d813545a66c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anndata
pkgdesc = A data structure for rectangular numeric data and sample/variable annotations.
- pkgver = 0.6.19
+ pkgver = 0.6.20
pkgrel = 1
url = https://github.com/theislab/anndata
arch = any
@@ -10,9 +10,9 @@ pkgbase = python-anndata
depends = python-scipy
depends = python-h5py
depends = python-natsort
- noextract = anndata-0.6.19-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/a/anndata/anndata-0.6.19-py3-none-any.whl
- sha256sums = 679cd9f2775acf996f959dc272b8effbad4d2f391221d4854896ae3dba741d50
+ noextract = anndata-0.6.20-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/a/anndata/anndata-0.6.20-py3-none-any.whl
+ sha256sums = 9385c08c85c1491150917189de51693d14e0b6bbb7cc207be70d5264bf4840e0
pkgname = python-anndata
diff --git a/PKGBUILD b/PKGBUILD
index a30f7501d226..24faea84f8f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=anndata
pkgname=python-$_name
-pkgver=0.6.19
+pkgver=0.6.20
pkgrel=1
pkgdesc='A data structure for rectangular numeric data and sample/variable annotations.'
arch=(any)
@@ -12,7 +12,7 @@ depends=(python-pandas python-scipy python-h5py python-natsort)
makedepends=(python-pip)
_wheel="${_name/-/_}-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/$_wheel")
-sha256sums=('679cd9f2775acf996f959dc272b8effbad4d2f391221d4854896ae3dba741d50')
+sha256sums=('9385c08c85c1491150917189de51693d14e0b6bbb7cc207be70d5264bf4840e0')
noextract=("$_wheel")
package() {