summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2023-04-20 21:43:49 +0200
committerBrainDamage2023-04-20 21:43:49 +0200
commit3532a94dc1e5253935cbbd90f3c7c665decb2253 (patch)
tree2107088ef6920b84cb98ef26627fbcdfe67c0859
parentec69ed82b5ffe20288d9c3877c7e27e5fec27a23 (diff)
downloadaur-3532a94dc1e5253935cbbd90f3c7c665decb2253.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b5f77039ccb..8c0f5d40279e 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.0
+ pkgver = 4.1.1
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.0.tar.gz
- sha256sums = 69add8634c8851d25be686d61b62316480fc7826a8715b7f226d1cc6007c73c8
+ source = https://github.com/MIT-LCP/wfdb-python/archive/v4.1.1.tar.gz
+ sha256sums = 5a8da0d1ddbb0af95f2934420426423c5db6286792450b89cfb09ff7afa09b96
pkgname = python-wfdb
diff --git a/PKGBUILD b/PKGBUILD
index 96821d432c16..692b0d0a7333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: BrainDamage
pkgname="python-wfdb"
-pkgver=4.1.0
+pkgver=4.1.1
_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=('69add8634c8851d25be686d61b62316480fc7826a8715b7f226d1cc6007c73c8')
+sha256sums=('5a8da0d1ddbb0af95f2934420426423c5db6286792450b89cfb09ff7afa09b96')
source=("https://github.com/MIT-LCP/${_basename}/archive/v${pkgver}.tar.gz")
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry' 'python-sphinx')