summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-06 08:55:32 +0200
committerPhilipp A2022-09-06 08:55:32 +0200
commit7c75e8df0be0809ba4f3760060799c0d38a8d3b9 (patch)
treeefcc8771da10dfc5641e1eea4f19cfa52b131c58
parentfaf767a3c7eefa9ac91f708b845952275aef2cb9 (diff)
downloadaur-7c75e8df0be0809ba4f3760060799c0d38a8d3b9.tar.gz
v1.1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6102181a1ab..4cfc5f649425 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scanpy-scripts
pkgdesc = Scripts for using scanpy from the command line
- pkgver = 1.1.3
- pkgrel = 2
+ pkgver = 1.1.6
+ pkgrel = 1
url = https://github.com/ebi-gene-expression-group/scanpy-scripts
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = scanpy-scripts
makedepends = python-installer
depends = scanpy
depends = python-click
- source = https://files.pythonhosted.org/packages/source/s/scanpy-scripts/scanpy-scripts-1.1.3.tar.gz
- sha256sums = 96eb39bedb5cd075509247d770cfd951e57f2834248bf1e6896c55e7fe2c524f
+ source = https://files.pythonhosted.org/packages/source/s/scanpy-scripts/scanpy-scripts-1.1.6.tar.gz
+ sha256sums = 1701e35f93f5370ab451760b3892caf01b46d2898c3dd149e1dcba602e45eea1
pkgname = scanpy-scripts
diff --git a/PKGBUILD b/PKGBUILD
index 0149078133f6..2d5801ccbcbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=scanpy-scripts
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.6
+pkgrel=1
pkgdesc='Scripts for using scanpy from the command line'
arch=(any)
url='https://github.com/ebi-gene-expression-group/scanpy-scripts'
@@ -10,7 +10,7 @@ license=(MIT)
depends=(scanpy python-click)
makedepends=(python-build python-installer)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('96eb39bedb5cd075509247d770cfd951e57f2834248bf1e6896c55e7fe2c524f')
+sha256sums=('1701e35f93f5370ab451760b3892caf01b46d2898c3dd149e1dcba602e45eea1')
build() {
cd "$pkgname-$pkgver"