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 8c0f5d40279e..26b3271690ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wfdb
pkgdesc = A library of tools for reading, writing, and processing WFDB signals and annotations
- pkgver = 4.1.1
+ pkgver = 4.1.2
pkgrel = 1
url = https://github.com/MIT-LCP/wfdb-python
arch = any
@@ -21,7 +21,7 @@ pkgbase = python-wfdb
depends = python-pandas
depends = python-requests
depends = python-soundfile
- source = https://github.com/MIT-LCP/wfdb-python/archive/v4.1.1.tar.gz
- sha256sums = 5a8da0d1ddbb0af95f2934420426423c5db6286792450b89cfb09ff7afa09b96
+ source = https://github.com/MIT-LCP/wfdb-python/archive/v4.1.2.tar.gz
+ sha256sums = c96c62b8abede8c0987c77d49285c923f114787a96d110cf95dac5e5d56360cd
pkgname = python-wfdb
diff --git a/PKGBUILD b/PKGBUILD
index 692b0d0a7333..9d271c5465cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: BrainDamage
pkgname="python-wfdb"
-pkgver=4.1.1
+pkgver=4.1.2
_basename='wfdb-python'
_dirname="${_basename}-${pkgver}"
pkgrel=1
@@ -9,7 +9,7 @@ arch=(any)
url="https://github.com/MIT-LCP/wfdb-python"
license=("MIT")
depends=("python" "python-numpy" "python-scipy" "python-matplotlib" "python-pandas" "python-requests" "python-soundfile")
-sha256sums=('5a8da0d1ddbb0af95f2934420426423c5db6286792450b89cfb09ff7afa09b96')
+sha256sums=('c96c62b8abede8c0987c77d49285c923f114787a96d110cf95dac5e5d56360cd')
source=("https://github.com/MIT-LCP/${_basename}/archive/v${pkgver}.tar.gz")
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry' 'python-sphinx')