summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoretckeeper2020-12-02 15:24:14 +0100
committeretckeeper2020-12-02 15:24:14 +0100
commit3ac947621565fd2985bbaa3d7d7d3f3b4decbc46 (patch)
treef347b63a2fa7b45f90d0a8c540d4ac5faa50a0be
parent106cb8eb9bd57b24576bd4faf3039d6ca4a2528d (diff)
downloadaur-3ac947621565fd2985bbaa3d7d7d3f3b4decbc46.tar.gz
pkgrel bump to trigger a rebuild from python 3.9
-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"