summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormcgyver2022-09-25 04:20:04 +0100
committermcgyver2022-09-25 04:20:04 +0100
commit044a146bc6cc8f2ba940c793e0f050d11fb8d6cd (patch)
tree57f406e810c3b66c1963d1c374b48710854ce32c /PKGBUILD
parentace27eb3c71a3b1237cf99f2cbf664a04c432b43 (diff)
downloadaur-044a146bc6cc8f2ba940c793e0f050d11fb8d6cd.tar.gz
New release 0.11.0 of the package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91457edebb5f..e76ec13a042b 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.10.0
+pkgver=0.11.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=('e591a53e18cfa4478603a0e133f3fa0e07bc016b2a279d21d72cf8196eca8353')
+sha256sums=('cdf8e1324a3fbbd1efd5618dcd37cfc497b1997923bd710b598472c1d846674a')
package_python-neo() {
depends+=('python' 'python-numpy')