summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClemens Brunner2025-03-05 10:49:30 +0100
committerClemens Brunner2025-03-05 10:49:30 +0100
commit5b74127e82a7ad75db325be99719b51f9ae6a40f (patch)
tree59aa0ea8a4533284d920d89bb7623ca090eb485e /PKGBUILD
parent8b2bde759b279ea6c8da8d0ca24d2f845fc7288b (diff)
downloadaur-python-mnelab.tar.gz
Update to 1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b573aef63a9a..6cb630f8a7e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Clemens Brunner <clemens dot brunner at gmail dot com>
pkgname=python-mnelab
_name=${pkgname#python-}
-pkgver=0.9.1
+pkgver=1.0.0
pkgrel=1
pkgdesc="Graphical user interface (GUI) for MNE, a Python-based toolbox for EEG/MEG analysis"
arch=('any')
url="https://github.com/cbrnr/mnelab"
license=('BSD')
groups=()
-depends=('python' 'pyside6' 'qt6-svg' 'python-numpy' 'python-scipy' 'python-matplotlib' 'python-mne' 'python-pyxdf')
+depends=('python' 'pyside6' 'qt6-svg' 'python-numpy' 'python-scipy' 'python-matplotlib' 'python-mne' 'python-pyxdf' 'python-edfio' 'python-pybv')
makedepends=('python-build' 'python-hatchling' 'python-installer')
-optdepends=('python-scikit-learn')
+optdepends=('python-scikit-learn' 'python-picard')
provides=()
conflicts=()
replaces=()
@@ -21,7 +21,7 @@ changelog=
source=(https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz
mnelab.desktop)
noextract=()
-sha1sums=('f3a0702e68e0023706626579249d5c2554baff18'
+sha1sums=('e5a8bb9bf61537bfcb8c07368da34058a2c6514c'
'19c8abd304416595d8316f91eb2b5410aa88b070')
build() {