summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergey Malkin2018-02-01 23:06:48 +0300
committerSergey Malkin2018-02-01 23:06:48 +0300
commit19c4c7d5690d7002d427c0e07f0c128e60f7eb09 (patch)
tree86a14922ec34b71d7a935ad3683f5ebfb7af54d7 /PKGBUILD
parent9a8a81e5799e581c16b4ae931049f07a271771fb (diff)
downloadaur-19c4c7d5690d7002d427c0e07f0c128e60f7eb09.tar.gz
Updated to version 0.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2824a035cf83..07cb5ec2de09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sergey Malkin <adresatt@gmail.com>
pkgname=python-neo
-pkgver=0.3.3
+pkgver=0.5.2
pkgrel=1
pkgdesc="Neo is a Python package for working with electrophysiology data in Python"
arch=("i686" "x86_64")
@@ -9,7 +9,7 @@ license=("custom")
depends=("python" "python-numpy" "python-quantities")
makedepends=('python-setuptools')
source=("https://github.com/NeuralEnsemble/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=("c1df54efde7376c6e24bd517417e2d06")
+md5sums=("ba857329e6d4859cd9ea8eb8f63c8ade")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"