summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-11-06 13:33:37 +0100
committerPhilipp A2018-11-06 13:33:37 +0100
commit68132c0ceaa908fc45fc06fd542f464d339f4401 (patch)
treee34288c413848efaa4822429270b5b08e9d97e25
parent158ff95878e4931081dd40af40e8fff30899ad87 (diff)
downloadaur-68132c0ceaa908fc45fc06fd542f464d339f4401.tar.gz
v2.0.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc73b9edbacc..4d8e5303f3d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-loompy
pkgdesc = Python implementation of the Loom file format for single-cell RNA-seq data
- pkgver = 1.1.0
+ pkgver = 2.0.14
pkgrel = 1
url = http://loompy.org/
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-loompy
depends = python-h5py
depends = python-scipy
depends = python-numpy
- source = https://files.pythonhosted.org/packages/source/l/loompy/loompy-1.1.0.tar.gz
- md5sums = 85ec1d9424fdfe55a4e11b7dca0785eb
+ source = https://files.pythonhosted.org/packages/source/l/loompy/loompy-2.0.14.tar.gz
+ sha256sums = 9ffc5e717d7932d72f80a301bef3a9a8d62b84ecf379c4b1ffd750f6b1388e88
pkgname = python-loompy
diff --git a/PKGBUILD b/PKGBUILD
index 0eb7aee5da0b..c84888988973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=loompy
pkgname=python-loompy
-pkgver=1.1.0
+pkgver=2.0.14
pkgrel=1
pkgdesc='Python implementation of the Loom file format for single-cell RNA-seq data'
arch=(any)
@@ -9,7 +9,7 @@ url='http://loompy.org/'
license=(BSD)
depends=(python-h5py python-scipy python-numpy)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-md5sums=('85ec1d9424fdfe55a4e11b7dca0785eb')
+sha256sums=('9ffc5e717d7932d72f80a301bef3a9a8d62b84ecf379c4b1ffd750f6b1388e88')
package() {
cd "$srcdir/$_name-$pkgver"