summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bocken2024-04-28 11:55:45 +0200
committerAlexander Bocken2024-04-28 11:55:45 +0200
commitbfff723e37aac1cbbceb1913cb725fecb45ea169 (patch)
tree19994fe17dcb900a1a93a9d07f3570884218f4f9
parent97f4e0631f6150e9342e7258ba3e4a2ec0e0d633 (diff)
downloadaur-bfff723e37aac1cbbceb1913cb725fecb45ea169.tar.gz
force rebuild against python 3.12
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2026ffe0d41..62ac7b91ca0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-neurokit2
pkgdesc = The Python Toolbox for Neurophysiological Signal Processing.
pkgver = 0.2.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/scientisst/BioSPPy
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c5769cda725c..e478a8ac76d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=neurokit2
pkgname=python-${_name,,}
pkgver=0.2.7
-pkgrel=1
+pkgrel=2
pkgdesc="The Python Toolbox for Neurophysiological Signal Processing."
arch=('any')
url="https://github.com/scientisst/BioSPPy"