summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-12-12 16:33:15 +0100
committerPhilipp A2018-12-12 16:33:15 +0100
commit55ab43c3b4dcbc152d7449b8132b3bc26f6a57dd (patch)
treeb29421e189a534e4e3e14dfef9865f169ea23ee5
parentfea15d871ae32479565412f50be4cfa7ceda71cb (diff)
downloadaur-55ab43c3b4dcbc152d7449b8132b3bc26f6a57dd.tar.gz
v0.6.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb3bda22ba96..7002a7a33a2e 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.13
+ pkgver = 0.6.14
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.13-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/a/anndata/anndata-0.6.13-py3-none-any.whl
- sha256sums = bd12763dccfbfec08aa6db960bcdf538d9346556a5ce7d8e838cfdba2b1cf6b4
+ noextract = anndata-0.6.14-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/a/anndata/anndata-0.6.14-py3-none-any.whl
+ sha256sums = 7e333474480eb0bdae9a85272916baba11a2eebad9a005d7d46becdb49aa0071
pkgname = python-anndata
diff --git a/PKGBUILD b/PKGBUILD
index f47184ec59ce..f0dfc124b5c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=anndata
pkgname=python-$_name
-pkgver=0.6.13
+pkgver=0.6.14
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=('bd12763dccfbfec08aa6db960bcdf538d9346556a5ce7d8e838cfdba2b1cf6b4')
+sha256sums=('7e333474480eb0bdae9a85272916baba11a2eebad9a005d7d46becdb49aa0071')
noextract=("$_wheel")
package() {