summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2020-11-29 14:58:27 +0800
committerUniversebenzene2020-11-29 14:58:27 +0800
commit46631cd98e3454660d26de8a07175369e24f6436 (patch)
treee0481841b8490be96ec3cbc2dbad0a7fbcc39e96 /PKGBUILD
parent5d3edb8efde49f6573a3035bd2cf16063c8d1449 (diff)
downloadaur-46631cd98e3454660d26de8a07175369e24f6436.tar.gz
Update to version 4.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1cd91893b89..d3b031b81ab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-baseband
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=4.0.2
+pkgver=4.0.3
pkgrel=1
pkgdesc="Package to read and write radio baseband data"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
makedepends=('python-setuptools-scm' 'python-astropy' 'python-entrypoints' 'python-sphinx-astropy' 'graphviz')
checkdepends=('python-pytest-astropy')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('9e2f81f6c39825a3f4d9fcea9eaf4fb7')
+md5sums=('8bf1c66eb618fa88c5b2d8285fccb67d')
build() {
cd ${srcdir}/${_pyname}-${pkgver}