summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67a666d0f415..97115a9d6f81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scanpy
pkgdesc = Single-Cell Analysis in Python
- pkgver = 1.4.5.post3
+ pkgver = 1.4.5.1
pkgrel = 1
url = https://github.com/theislab/scanpy
arch = any
@@ -32,9 +32,9 @@ pkgbase = scanpy
optdepends = python-louvain-igraph: Louvain clustering
provides = scanpy
provides = python-scanpy
- noextract = scanpy-1.4.5.post3-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/s/scanpy/scanpy-1.4.5.post3-py3-none-any.whl
- sha256sums = 61b7f59fc0037dc653ca4da0c4ff1c5bc763aa894579ce38f04db3eb08376283
+ noextract = scanpy-1.4.5.1-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/s/scanpy/scanpy-1.4.5.1-py3-none-any.whl
+ sha256sums = 568cc79bc85a2ce5fc348d04df6057e3992257ae3eb65103565fbd3d03f3efe7
pkgname = scanpy
diff --git a/PKGBUILD b/PKGBUILD
index 7613b28892e5..cfe179ec8628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=scanpy
-pkgver=1.4.5.post3
+pkgver=1.4.5.1
pkgrel=1
pkgdesc='Single-Cell Analysis in Python'
arch=(any)
@@ -39,7 +39,7 @@ optdepends=(
makedepends=(install-wheel-scripts)
_wheel="$pkgname-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${pkgname::1}/$pkgname/$_wheel")
-sha256sums=('61b7f59fc0037dc653ca4da0c4ff1c5bc763aa894579ce38f04db3eb08376283')
+sha256sums=('568cc79bc85a2ce5fc348d04df6057e3992257ae3eb65103565fbd3d03f3efe7')
noextract=("$_wheel")
package() {