summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1abb8ea52bbd..09111048b520 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-baseband
pkgdesc = Package to read and write radio baseband data
- pkgver = 4.1.2
+ pkgver = 4.1.3
pkgrel = 1
url = https://baseband.readthedocs.io
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-baseband
makedepends = python-sphinx-astropy
makedepends = python-astropy
makedepends = graphviz
- source = https://files.pythonhosted.org/packages/source/b/baseband/baseband-4.1.2.tar.gz
- md5sums = eee68a26b3874a5e9e32c493e56277e6
+ source = https://files.pythonhosted.org/packages/source/b/baseband/baseband-4.1.3.tar.gz
+ md5sums = c0c0250eb67cc1c83b343ff7e9b9a650
pkgname = python-baseband
depends = python-numpy>=1.17
diff --git a/PKGBUILD b/PKGBUILD
index 9cc3eec9ad6b..695e6538963b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-baseband
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=4.1.2
+pkgver=4.1.3
pkgrel=1
pkgdesc="Package to read and write radio baseband data"
arch=('any')
@@ -18,7 +18,7 @@ makedepends=('python-setuptools-scm'
checkdepends=('python-pytest-astropy-header'
'python-pytest-doctestplus') # astropy already in makedepends
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('eee68a26b3874a5e9e32c493e56277e6')
+md5sums=('c0c0250eb67cc1c83b343ff7e9b9a650')
build() {
cd ${srcdir}/${_pyname}-${pkgver}