summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2022-12-06 20:33:43 +0100
committerBrainDamage2022-12-06 20:33:43 +0100
commitec69ed82b5ffe20288d9c3877c7e27e5fec27a23 (patch)
treec28492a48e685656db2e3e0a29371f81e976d478
parentc26954995ccb75a2c9f4254a346d871716ae7314 (diff)
downloadaur-ec69ed82b5ffe20288d9c3877c7e27e5fec27a23.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 de558bf38671..2b5f77039ccb 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.0.0
+ pkgver = 4.1.0
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.0.0.tar.gz
- sha256sums = 06e5acfbde5aaa629a4c194ec29eee979b627d0ed711f0ed312b02f338a67a1a
+ source = https://github.com/MIT-LCP/wfdb-python/archive/v4.1.0.tar.gz
+ sha256sums = 69add8634c8851d25be686d61b62316480fc7826a8715b7f226d1cc6007c73c8
pkgname = python-wfdb
diff --git a/PKGBUILD b/PKGBUILD
index 266b86f2be37..96821d432c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: BrainDamage
pkgname="python-wfdb"
-pkgver=4.0.0
+pkgver=4.1.0
_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=('06e5acfbde5aaa629a4c194ec29eee979b627d0ed711f0ed312b02f338a67a1a')
+sha256sums=('69add8634c8851d25be686d61b62316480fc7826a8715b7f226d1cc6007c73c8')
source=("https://github.com/MIT-LCP/${_basename}/archive/v${pkgver}.tar.gz")
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry' 'python-sphinx')