summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bocken2024-05-13 21:18:06 +0200
committerAlexander Bocken2024-05-13 21:18:06 +0200
commitc96cdd6134664223ff37a38c2d9d771385ff735b (patch)
tree7708406462638eaa63cf83d115f104b6cdc573bb
parent6a89fb8719bc6e1d4a212826fed33e4639ff3e15 (diff)
downloadaur-python-biosppy.tar.gz
bump to 2.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5768b7e07ea1..32fdf1241086 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-biosppy
pkgdesc = A toolbox for biosignal processing written in Python.
- pkgver = 2.2.1
- pkgrel = 2
+ pkgver = 2.2.2
+ pkgrel = 1
url = https://github.com/scientisst/BioSPPy
arch = any
license = BSD-3-Clause
@@ -18,8 +18,8 @@ pkgbase = python-biosppy
depends = python-six
depends = python-joblib
depends = python-opencv
- noextract = biosppy-2.2.1-py2.py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py2.py3/b/biosppy/biosppy-2.2.1-py2.py3-none-any.whl
- sha256sums = 4023c0b48520c5353929c538bfb50ee4f3668bf424ca948e9b71d57de5a76ad4
+ noextract = biosppy-2.2.2-py2.py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py2.py3/b/biosppy/biosppy-2.2.2-py2.py3-none-any.whl
+ sha256sums = 62a8a1db2aaf21b3381845e947b65c093708da7a99cd5ddda0cb38a9c42f66e0
pkgname = python-biosppy
diff --git a/PKGBUILD b/PKGBUILD
index 16052f20de53..65a47a74b0f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=biosppy
pkgname=python-${_name,,}
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
pkgdesc="A toolbox for biosignal processing written in Python."
arch=('any')
url="https://github.com/scientisst/BioSPPy"
@@ -24,7 +24,7 @@ makedepends=('python-installer' 'python-wheel')
_whl="${_name//-/_}-$pkgver-py2.py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py2.py3/${_name::1}/$_name/${_name//-/_}-$pkgver-py2.py3-none-any.whl")
-sha256sums=('4023c0b48520c5353929c538bfb50ee4f3668bf424ca948e9b71d57de5a76ad4')
+sha256sums=(62a8a1db2aaf21b3381845e947b65c093708da7a99cd5ddda0cb38a9c42f66e0)
noextract=("$_whl")
package() {