summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-01-07 10:45:12 +0800
committerUniversebenzene2019-01-07 10:45:12 +0800
commitc35d55c388601a4be7c920c03386d90d2c9998cd (patch)
tree001f5d2ef3bd79be2214be87f3cb0d70184ea1ad /PKGBUILD
parentd54e1b7fbb61b8248386a9a332367dd7b2958e3e (diff)
downloadaur-c35d55c388601a4be7c920c03386d90d2c9998cd.tar.gz
Update to version 3.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 775ca0b29c03..d4729077c145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-astropy-doc
-pkgver=3.1
+pkgver=3.1.1
pkgrel=1
pkgdesc="Documentation for AstroPy"
arch=('i686' 'x86_64')
url="http://www.astropy.org"
license=('BSD')
-makedepends=('python-yaml' 'python-pillow' 'python-astropy' 'python-astropy-helpers>=3.1' 'graphviz' 'python-scikit-image' 'python-pytest' 'python-sphinx-astropy')
+makedepends=("python-astropy=${pkgver}" 'python-yaml' 'python-pillow' 'python-astropy-helpers>=3.1' 'graphviz' 'python-scikit-image' 'python-pytest' 'python-sphinx-astropy')
source=("https://files.pythonhosted.org/packages/source/a/astropy/astropy-${pkgver}.tar.gz")
-md5sums=('fb662a7a8ab3bf47b74d6feb2ffca1e0')
+md5sums=('be7267b5b15face74626876fc2901119')
prepare() {
cd ${srcdir}/astropy-${pkgver}