summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-05-16 16:07:21 +0200
committerPhilipp A2019-05-16 16:07:21 +0200
commit94b889bc70489df95d1918602fcc4e337176c342 (patch)
tree372a2bf272b62a714a7edfba64f9422c4b67e024
parentf0afb8dbcca96acf5b44244868fcf83338b65232 (diff)
downloadaur-94b889bc70489df95d1918602fcc4e337176c342.tar.gz
v0.6.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72f959ae1403..ec0880111d46 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.18
+ pkgver = 0.6.19
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.18-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/a/anndata/anndata-0.6.18-py3-none-any.whl
- sha256sums = ee6257771853bca1e1f0f0bce58e4f30deaa9969c02b328fb787530c0071bd4f
+ 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
pkgname = python-anndata
diff --git a/PKGBUILD b/PKGBUILD
index de225d921a1a..a30f7501d226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=anndata
pkgname=python-$_name
-pkgver=0.6.18
+pkgver=0.6.19
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=('ee6257771853bca1e1f0f0bce58e4f30deaa9969c02b328fb787530c0071bd4f')
+sha256sums=('679cd9f2775acf996f959dc272b8effbad4d2f391221d4854896ae3dba741d50')
noextract=("$_wheel")
package() {