summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrainDamage2022-01-26 21:51:04 +0100
committerBrainDamage2022-01-26 21:51:04 +0100
commitcb4290980dfabaf1db39d6bafcf41d8f15dc5a63 (patch)
tree7fbb1d762ff91d4ff4725e0201e2f30ea6447666 /PKGBUILD
parent7b6146e39123630b56ef0f1757994ac63980b112 (diff)
downloadaur-cb4290980dfabaf1db39d6bafcf41d8f15dc5a63.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")