summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03a043183109..1d9a1e7714e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-neo
pkgdesc = Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://pypi.org/project/neo/#files
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-neo
depends = python-quantities
depends = python-setuptools
conflicts = python2-neo
- source = https://files.pythonhosted.org/packages/source/n/neo/neo-0.11.0.tar.gz
- sha256sums = cdf8e1324a3fbbd1efd5618dcd37cfc497b1997923bd710b598472c1d846674a
+ source = https://files.pythonhosted.org/packages/source/n/neo/neo-0.12.0.tar.gz
+ sha256sums = 3b6ca4fc05dfdb4e953e253e70994bfbbc8fe2e90958fbda7fa5860caf3fa63a
pkgname = python-neo
depends = python-quantities
diff --git a/PKGBUILD b/PKGBUILD
index e76ec13a042b..a8e3dc6ab76c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-neo
#pkgname=('python-neo' 'python2-neo')
pkgname=('python-neo')
_name=${pkgbase#python-}
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc="Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats"
arch=('any')
@@ -15,7 +15,7 @@ license=("custom")
conflicts=("python2-neo")
depends=("python-quantities" "python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('cdf8e1324a3fbbd1efd5618dcd37cfc497b1997923bd710b598472c1d846674a')
+sha256sums=('3b6ca4fc05dfdb4e953e253e70994bfbbc8fe2e90958fbda7fa5860caf3fa63a')
package_python-neo() {
depends+=('python' 'python-numpy')