summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"