summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrainDamage2023-06-25 12:17:34 +0200
committerBrainDamage2023-06-25 12:17:34 +0200
commitb0c3383d89173bf172f6c0bb5ba03b9bc60a9c2b (patch)
treec75ad4501c78fdf491ff8ecdc5dd337ed596b781 /PKGBUILD
parent3532a94dc1e5253935cbbd90f3c7c665decb2253 (diff)
downloadaur-b0c3383d89173bf172f6c0bb5ba03b9bc60a9c2b.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')