summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A.2023-10-09 15:50:13 +0200
committerPhilipp A.2023-10-09 15:50:13 +0200
commitc2c65b6505dc781d4cda2f736131e2d92834309b (patch)
tree36b21d0d697700333dee9d57ec18c31fcc30745d
parent9bd809d008ab639cc98a753e170316250a9e3238 (diff)
downloadaur-c2c65b6505dc781d4cda2f736131e2d92834309b.tar.gz
v0.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5fbb388a320..ff6048c8f919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-scvelo
pkgdesc = Stochastic Single Cell RNA Velocity
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/theislab/scvelo
arch = any
@@ -21,7 +21,7 @@ pkgbase = python-scvelo
depends = python-pandas>=0.23.0
depends = python-scikit-learn>=0.21.2
depends = python-matplotlib>=3.3.0
- source = https://files.pythonhosted.org/packages/source/s/scvelo/scvelo-0.2.4.tar.gz
- sha256sums = ffacae961993df19034580ae748dc5bda12852e1da517b1f065ad2544850b040
+ source = https://files.pythonhosted.org/packages/source/s/scvelo/scvelo-0.2.5.tar.gz
+ sha256sums = 7e32d9e34245971330d69c12f4339cebe0acebb61e59a8b1aca9b369078b5207
pkgname = python-scvelo
diff --git a/PKGBUILD b/PKGBUILD
index 137bd6d30d2e..b0c2ba452462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=scvelo
pkgname=python-$_name
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc='Stochastic Single Cell RNA Velocity'
arch=(any)
@@ -23,7 +23,7 @@ depends=(
)
makedepends=(python-setuptools python-setuptools-scm python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('ffacae961993df19034580ae748dc5bda12852e1da517b1f065ad2544850b040')
+sha256sums=('7e32d9e34245971330d69c12f4339cebe0acebb61e59a8b1aca9b369078b5207')
build() {
cd "$_name-$pkgver"