summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-05-16 19:06:27 +0800
committerUniversebenzene2023-05-16 19:06:27 +0800
commit29d67e958a244a7bb62b2a75b29c4c073d0d5d50 (patch)
treed9e9586d9481a34746bd09f764c4b2c8834c80bf /PKGBUILD
parent907a0f29400706cfc7bb9107e83a63b41cd09b7f (diff)
downloadaur-python-baseband.tar.gz
Update to version 4.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}