summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2020-03-30 15:31:49 +0800
committerUniversebenzene2020-03-30 15:31:49 +0800
commit61717e679beaa579bb84c3e77a590b4a4ac96ed4 (patch)
tree5ffb41d308c1ad966d78ae52f0f543ba9905ce2a /PKGBUILD
parenta9d909fae970c86fd162c8d376dd0a8bb0dd3ffc (diff)
downloadaur-61717e679beaa579bb84c3e77a590b4a4ac96ed4.tar.gz
Update to version 4.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 635e842d3040..fe87504dc143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=astropy
pkgname=python-${_pyname}-doc
-pkgver=4.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="Documentation for AstroPy"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://www.astropy.org"
license=('BSD')
makedepends=("python-${_pyname}=${pkgver}" 'python-yaml' 'python-pillow' 'python-astropy-helpers>=4.0.1' 'graphviz' 'python-scikit-image' 'python-pytest' 'python-sphinx-astropy')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('4ae0345d28ac5b60e04079967ced4ea7')
+md5sums=('d67007ac8b83f7642e53d41b6bc0db89')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}