summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2022-01-26 21:51:04 +0100
committerBrainDamage2022-01-26 21:51:04 +0100
commitcb4290980dfabaf1db39d6bafcf41d8f15dc5a63 (patch)
tree7fbb1d762ff91d4ff4725e0201e2f30ea6447666
parent7b6146e39123630b56ef0f1757994ac63980b112 (diff)
downloadaur-cb4290980dfabaf1db39d6bafcf41d8f15dc5a63.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 621f4783bd54..7eb5ab4f8e6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-wfdb
pkgdesc = A library of tools for reading, writing, and processing WFDB signals and annotations
- pkgver = 3.3.0
- pkgrel = 2
+ pkgver = 3.4.1
+ pkgrel = 1
url = https://github.com/MIT-LCP/wfdb-python
arch = any
license = MIT
@@ -24,7 +24,7 @@ pkgbase = python-wfdb
depends = python-requests
depends = python-urllib3
depends = python-threadpoolctl
- source = https://github.com/MIT-LCP/wfdb-python/archive/v3.3.0.tar.gz
- sha256sums = 0fe5df76ccb718536a4ea9cce4ca37aedda990a9d474f50facbea511edaee75d
+ source = https://github.com/MIT-LCP/wfdb-python/archive/v3.4.1.tar.gz
+ sha256sums = 1e90b7afc31e5f42db8c482cc4002e16188f1291c504575336fc1a2c73cc9025
pkgname = python-wfdb
diff --git a/PKGBUILD b/PKGBUILD
index 72fe119a4f4b..b1fc4dd809cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: BrainDamage
pkgname="python-wfdb"
_dirname='wfdb-python'
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
pkgdesc="A library of tools for reading, writing, and processing WFDB signals and annotations"
arch=(any)
url="https://github.com/MIT-LCP/wfdb-python"
license=("MIT")
depends=("python" "python-numpy" "python-scipy" "python-matplotlib" "python-nose" "python-pandas" "python-requests" "python-scikit-learn" "python-certifi" "python-chardet" "python-cycler" "python-idna" "python-joblib" "python-pyparsing" "python-dateutil" "python-pytz" "python-requests" "python-urllib3" "python-threadpoolctl")
-sha256sums=('0fe5df76ccb718536a4ea9cce4ca37aedda990a9d474f50facbea511edaee75d')
+sha256sums=('1e90b7afc31e5f42db8c482cc4002e16188f1291c504575336fc1a2c73cc9025')
source=("https://github.com/MIT-LCP/${_dirname}/archive/v${pkgver}.tar.gz")