summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5d3d21df96c..620a58d2b939 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
# Generated by mksrcinfo v8
-# Mon Dec 10 07:03:14 UTC 2018
+# Mon Jan 7 02:44:35 UTC 2019
pkgbase = python-astropy-doc
pkgdesc = Documentation for AstroPy
- pkgver = 3.1
+ pkgver = 3.1.1
pkgrel = 1
url = http://www.astropy.org
arch = i686
arch = x86_64
license = BSD
+ makedepends = python-astropy=3.1.1
makedepends = python-yaml
makedepends = python-pillow
- makedepends = python-astropy
makedepends = python-astropy-helpers>=3.1
makedepends = graphviz
makedepends = python-scikit-image
makedepends = python-pytest
makedepends = python-sphinx-astropy
- source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-3.1.tar.gz
- md5sums = fb662a7a8ab3bf47b74d6feb2ffca1e0
+ source = https://files.pythonhosted.org/packages/source/a/astropy/astropy-3.1.1.tar.gz
+ md5sums = be7267b5b15face74626876fc2901119
pkgname = python-astropy-doc
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}