summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0070e27c68ff..fa8797adddbe 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 = 2.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/MIT-LCP/wfdb-python
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c419cfa7c500..06c1cfe87330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-wfdb"
_dirname='wfdb-python'
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="A library of tools for reading, writing, and processing WFDB signals and annotations"
arch=(any)
url="https://github.com/MIT-LCP/wfdb-python"